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開發的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…”。

擴展截圖

screenshot

下載Cilantro擴展crx文件

下載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
官方網址 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"
    ]
}