Pigeon

Explore social content. The easiest way to find out what people are saying about what you're reading.

Qu'est-ce que Pigeon ?

Pigeon est une extension Chrome développée par alielshayeb, et sa fonction principale est "Explore social content. The easiest way to find out what people are saying about what you're reading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pigeon

Téléchargez les fichiers d'extension Pigeon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pigeon Pigeon
ID jjenofeflnahgfcdejlaobmeclmmbmin
URL Officiel 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.
Taille du Fichier 55.74 KB
Nombre d'Installations 11
Version Actuelle 1.4
Dernière Mise à Jour 2018-06-05
Date de Publication 2018-06-04
Évaluation 5.00/5 Total 11 Évaluations
Développeur alielshayeb
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getpigeon.herokuapp.com
URL de la Page d'Aide https://getpigeon.herokuapp.com
Langues Prises en Charge 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\/*"
    ]
}