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…

O que é Cilantro?

Cilantro é uma extensão do Chrome desenvolvida por Mihai Parparita, e sua principal característica é "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cilantro

Baixe arquivos de extensão Cilantro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
URL Oficial https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Descrição Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Tamanho do Arquivo 48.27 KB
Contagem de Instalações 42
Versão Atual 1.1
Última Atualização 2014-09-17
Data de Publicação 2014-09-17
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Mihai Parparita
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mihaip/cilantro
Idiomas Suportados 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"
    ]
}