Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
Was ist Pigeon?
Pigeon ist eine Chrome-Erweiterung, die von alielshayeb entwickelt wurde, und ihr Hauptmerkmal ist "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Erweiterungsscreenshots
Pigeon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pigeon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jjenofeflnahgfcdejlaobmeclmmbmin |
| Offizielle URL | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
| Beschreibung | Explore social content. The easiest way to find out what people are saying about what you're reading. |
| Dateigröße | 55.74 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2018-06-05 |
| Veröffentlichungsdatum | 2018-06-04 |
| Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
| Entwickler | alielshayeb |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://getpigeon.herokuapp.com |
| Hilfeseite URL | https://getpigeon.herokuapp.com |
| Unterstützte Sprachen | 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\/*"
]
} | |