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