Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Add it for Trelloとは何ですか?
Add it for Trelloはwyegelwelによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you add new cards to boards/lists and attach the current page as a comment」です。
拡張機能のスクリーンショット
Add it for Trello拡張機能のCRXファイルをダウンロード
Add it for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
拡張機能の基本情報
名前 | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
公式URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
説明 | This extension lets you add new cards to boards/lists and attach the current page as a comment |
ファイルサイズ | 768 KB |
インストール数 | 132 |
現在のバージョン | 0.3 |
最終更新日 | 2015-07-28 |
公開日 | 2015-07-27 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | wyegelwel |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |