Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
Vad är Pigeon?
Pigeon är en Chrome-tillägg utvecklad av alielshayeb, och dess huvudfunktion är "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Tilläggsskärmbilder
Ladda ner Pigeon-förlängningens CRX-fil
Ladda ner Pigeon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jjenofeflnahgfcdejlaobmeclmmbmin |
| Officiell webbadress | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
| Beskrivning | Explore social content. The easiest way to find out what people are saying about what you're reading. |
| Filstorlek | 55.74 KB |
| Antal Installationer | 11 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2018-06-05 |
| Publiceringsdatum | 2018-06-04 |
| Betyg | 5.00/5 Totalt 11 Betyg |
| Utvecklare | alielshayeb |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://getpigeon.herokuapp.com |
| Hjälpsida URL | https://getpigeon.herokuapp.com |
| Stödda Språk | 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\/*"
]
} | |