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…」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |