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 - это расширение Chrome, разработанное 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 расширения Cilantro

Скачайте файлы расширений Cilantro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}