Pigeon

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

Apa itu Pigeon?

Pigeon adalah ekstensi Chrome yang dikembangkan oleh alielshayeb, dan fitur utamanya adalah "Explore social content. The easiest way to find out what people are saying about what you're reading.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pigeon

Unduh file ekstensi Pigeon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Pigeon Pigeon
ID jjenofeflnahgfcdejlaobmeclmmbmin
URL Resmi https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin
Deskripsi Explore social content. The easiest way to find out what people are saying about what you're reading.
Ukuran File 55.74 KB
Jumlah Instalasi 11
Versi Saat Ini 1.4
Terakhir Diperbarui 2018-06-05
Tanggal Publikasi 2018-06-04
Penilaian 5.00/5 Total 11 Penilaian
Pengembang alielshayeb
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getpigeon.herokuapp.com
URL Halaman Bantuan https://getpigeon.herokuapp.com
Bahasa yang Didukung 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\/*"
    ]
}