Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
Wat is Pigeon?
Pigeon is een Chrome-extensie ontwikkeld door alielshayeb, en de belangrijkste functie is "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pigeon
Download Pigeon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jjenofeflnahgfcdejlaobmeclmmbmin |
| Officiële URL | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
| Beschrijving | Explore social content. The easiest way to find out what people are saying about what you're reading. |
| Bestandsgrootte | 55.74 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2018-06-05 |
| Publicatiedatum | 2018-06-04 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | alielshayeb |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://getpigeon.herokuapp.com |
| Help Pagina-URL | https://getpigeon.herokuapp.com |
| Ondersteunde Talen | 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\/*"
]
} | |