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…

Cos'è Cilantro?

Cilantro è un'estensione di Chrome sviluppata da Mihai Parparita, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cilantro

Scarica i file di estensione Cilantro 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
URL Ufficiale https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Descrizione Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Dimensione del File 48.27 KB
Conteggio Installazioni 42
Versione Corrente 1.1
Ultimo Aggiornamento 2014-09-17
Data di Pubblicazione 2014-09-17
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Mihai Parparita
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mihaip/cilantro
Lingue Supportate 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"
    ]
}