Cilantro

Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…

Apa itu Cilantro?

Cilantro adalah ekstensi Chrome yang dikembangkan oleh Mihai Parparita, dan fitur utamanya adalah "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cilantro

Unduh file ekstensi Cilantro 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

                        Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current site.

Uses Avocado's API to post. For credentials, it uses the account that you're currently signed into the browser with. This explains the "avocado.io" permission

Shares (and thus needs to access) the current tab's URL; this explains the "your tabs and browsing activity" permission.                    

Informasi Dasar Ekstensi

Nama Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
URL Resmi https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Deskripsi Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Ukuran File 48.27 KB
Jumlah Instalasi 42
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-09-17
Tanggal Publikasi 2014-09-17
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Mihai Parparita
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mihaip/cilantro
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cilantro",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "chrome_icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/avocado.io\/",
        "tabs"
    ]
}