Add to Trello
Add cards to your Trello boards from your browser
Add to Trelloとは何ですか?
Add to Trelloはwalterandersonによって開発されたChromeの拡張機能で、その主な機能は「Add cards to your Trello boards from your browser」です。
拡張機能のスクリーンショット
Add to Trello拡張機能のCRXファイルをダウンロード
Add to Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whats new: - Change the card's position to "top" or "bottom" when adding a card - New project structure that will make it easier to add new features Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.
拡張機能の基本情報
名前 | Add to Trello |
ID | engmocckoohpopiacajolojeobefbcec |
公式URL | https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec |
説明 | Add cards to your Trello boards from your browser |
ファイルサイズ | 228 KB |
インストール数 | 14,401 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-12-23 |
公開日 | 2016-12-23 |
評価 | 4.28/5 合計 71 レビュー |
開発者 | walteranderson |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add to Trello", "description": "Add cards to your Trello boards from your browser", "version": "1.0.0", "browser_action": { "default_popup": "popup.html", "default_title": "Add Cards to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/" ], "web_accessible_resources": [ "settings.html" ] } |