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 |
官方URL | 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'" } |