Add a link to trello
This extension will let you add a link to a list on a board on Trello.
什麼是Add a link to trello?
Add a link to trello是由https://omgmog.net開發的Chrome擴展程式,該擴展的主要功能是“This extension will let you add a link to a list on a board on Trello.”。
擴展截圖
下載Add a link to trello擴展crx文件
下載Add a link to trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
擴展基本資訊
名稱 | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
官方網址 | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
簡介 | This extension will let you add a link to a list on a board on Trello. |
檔案大小 | 71.53 KB |
安裝次數 | 517 |
目前版本 | 1.2.1 |
更新時間 | 2021-07-30 |
上架時間 | 2014-03-14 |
評分 | 4.11/5 共 9 次評分 |
開發者 | https://omgmog.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/omgmog/chrome-add-link-to-trello |
說明頁面URL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add a link to trello", "description": "This extension will let you add a link to a list on a board on Trello.", "version": "1.2.1", "options_page": "options.html", "permissions": [ "https:\/\/api.trello.com\/", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |