Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
What is Pigeon?
Pigeon is a Chrome extension developed by alielshayeb, and its main feature is "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Extension Screenshots
Download Pigeon Extension CRX File
Download Pigeon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pigeon is a lightweight chrome extension that gives users a social perspective on what they are reading online. Summary Sentiment Analysis Hashtag suggestion and search
Extension Basic Information
Name | Pigeon |
ID | jjenofeflnahgfcdejlaobmeclmmbmin |
Official URL | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
Description | Explore social content. The easiest way to find out what people are saying about what you're reading. |
File Size | 55.74 KB |
Installation Count | 11 |
Current Version | 1.4 |
Last Updated | 2018-06-05 |
Publish Date | 2018-06-04 |
Rating | 5.00/5 Total 11 Ratings |
Developer | alielshayeb |
[email protected] | |
Payment Type | free |
Extension Website | https://getpigeon.herokuapp.com |
Help Page URL | https://getpigeon.herokuapp.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pigeon", "version": "1.4", "description": "Explore social content. The easiest way to find out what people are saying about what you're reading.", "manifest_version": 2, "incognito": "split", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "clipboardRead", "webRequest", "webNavigation", "*:\/\/*.herokuapp.com\/*" ] } |