Trello Links Catcher
Catch Trello links and open in "Trello External Window" application.
什么是Trello Links Catcher?
Trello Links Catcher是由technobulka开发的Chrome扩展程序,该扩展的主要功能是“Catch Trello links and open in "Trello External Window" application.”。
扩展截图
下载Trello Links Catcher扩展crx文件
下载Trello Links Catcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension works for "Trello External Window" application. It's catching new tabs in browser with links like trello.com/c/123abc and send it to application. Works only with links to boards and cards.
扩展基本信息
名称 | Trello Links Catcher |
ID | ppibnbapebejhnmplokgfhijhfdchhhc |
官方URL | https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc |
简介 | Catch Trello links and open in "Trello External Window" application. |
文件大小 | 6.97 KB |
安装次数 | 122 |
当前版本 | 0.3 |
更新时间 | 2015-08-19 |
上架时间 | 2015-08-19 |
评分 | 5.00/5 共1次评分 |
开发者 | technobulka |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/technobulka/trello-chrome-ext |
帮助页面URL | https://github.com/technobulka/trello-chrome-ext/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Links Catcher", "description": "Catch Trello links and open in \"Trello External Window\" application.", "icons": { "16": "assets\/trello-mark-blue-16.png", "32": "assets\/trello-mark-blue-32.png", "128": "assets\/trello-mark-blue-128.png" }, "version": "0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "management", "https:\/\/trello.com\/*" ], "browser_action": { "default_title": "Trello Links Catcher", "default_icon": "assets\/trello-mark-blue-16.png" }, "manifest_version": 2 } |