Pigeon

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

Cos'è Pigeon?

Pigeon è un'estensione di Chrome sviluppata da alielshayeb, e la sua funzione principale è "Explore social content. The easiest way to find out what people are saying about what you're reading.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pigeon

Scarica i file di estensione Pigeon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pigeon Pigeon
ID jjenofeflnahgfcdejlaobmeclmmbmin
URL Ufficiale https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin
Descrizione Explore social content. The easiest way to find out what people are saying about what you're reading.
Dimensione del File 55.74 KB
Conteggio Installazioni 11
Versione Corrente 1.4
Ultimo Aggiornamento 2018-06-05
Data di Pubblicazione 2018-06-04
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore alielshayeb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getpigeon.herokuapp.com
URL della Pagina di Aiuto https://getpigeon.herokuapp.com
Lingue Supportate 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\/*"
    ]
}