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…

What is Cilantro?

Cilantro is a Chrome extension developed by Mihai Parparita, and its main feature is "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…".

Extension Screenshots

screenshot

Download Cilantro Extension CRX File

Download Cilantro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
Official URL https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Description Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
File Size 48.27 KB
Installation Count 42
Current Version 1.1
Last Updated 2014-09-17
Publish Date 2014-09-17
Rating 4.75/5 Total 4 Ratings
Developer Mihai Parparita
Email [email protected]
Payment Type free
Extension Website https://github.com/mihaip/cilantro
Supported Languages 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"
    ]
}