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…

Vad är Cilantro?

Cilantro är en Chrome-tillägg utvecklad av Mihai Parparita, och dess huvudfunktion är "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…".

Tilläggsskärmbilder

screenshot

Ladda ner Cilantro-förlängningens CRX-fil

Ladda ner Cilantro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
Officiell webbadress https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Beskrivning Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Filstorlek 48.27 KB
Antal Installationer 42
Aktuell Version 1.1
Senast Uppdaterad 2014-09-17
Publiceringsdatum 2014-09-17
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Mihai Parparita
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mihaip/cilantro
Stödda Språk 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"
    ]
}