Pigeon

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

Hvad er Pigeon?

Pigeon er en Chrome-udvidelse udviklet af alielshayeb, og dens hovedfunktion er "Explore social content. The easiest way to find out what people are saying about what you're reading.".

Udvidelsesskærmbilleder

screenshot

Download Pigeon-udvidelses-CRX-fil

Download Pigeon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Pigeon Pigeon
ID jjenofeflnahgfcdejlaobmeclmmbmin
Officiel URL https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin
Beskrivelse Explore social content. The easiest way to find out what people are saying about what you're reading.
Filstørrelse 55.74 KB
Antal Installationer 11
Nuværende Version 1.4
Senest Opdateret 2018-06-05
Udgivelsesdato 2018-06-04
Bedømmelse 5.00/5 Samlet 11 Bedømmelser
Udvikler alielshayeb
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getpigeon.herokuapp.com
Hjælpeside-URL https://getpigeon.herokuapp.com
Understøttede Sprog 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\/*"
    ]
}