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 擴展基本資訊
| 名稱 | |
| ID | gcojdlkfcjmklneaoniagdciohpoblch |
| 官方網址 | 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"
]
} | |