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…

Cilantro क्या है?

Cilantro Mihai Parparita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cilantro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
आधिकारिक URL https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
विवरण Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
फ़ाइल का आकार 48.27 KB
स्थापना संख्या 42
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-09-17
प्रकाशन तिथि 2014-09-17
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Mihai Parparita
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mihaip/cilantro
समर्थित भाषाएँ 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"
    ]
}