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…

¿Qué es Cilantro?

Cilantro es una extensión de Chrome desarrollada por Mihai Parparita, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cilantro

Descarga archivos de extensión Cilantro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
URL Oficial https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Descripción Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Tamaño del Archivo 48.27 KB
Cantidad de Instalaciones 42
Versión Actual 1.1
Última Actualización 2014-09-17
Fecha de Publicación 2014-09-17
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Mihai Parparita
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mihaip/cilantro
Idiomas Soportados 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"
    ]
}