├── LICENSE ├── README.md ├── doc ├── step-1.jpg └── step-2.jpg ├── download └── FBInvite.zip └── source ├── icon128.png ├── icon16.png ├── icon48.png ├── manifest.json ├── popup.html └── popup.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/README.md -------------------------------------------------------------------------------- /doc/step-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/doc/step-1.jpg -------------------------------------------------------------------------------- /doc/step-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/doc/step-2.jpg -------------------------------------------------------------------------------- /download/FBInvite.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/download/FBInvite.zip -------------------------------------------------------------------------------- /source/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/icon128.png -------------------------------------------------------------------------------- /source/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/icon16.png -------------------------------------------------------------------------------- /source/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/icon48.png -------------------------------------------------------------------------------- /source/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/manifest.json -------------------------------------------------------------------------------- /source/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/popup.html -------------------------------------------------------------------------------- /source/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peckadesign/FBInvite/HEAD/source/popup.js --------------------------------------------------------------------------------