Tabs for Trello
This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
什么是Tabs for Trello?
Tabs for Trello是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.”。
扩展截图
下载Tabs for Trello扩展crx文件
下载Tabs for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.
扩展基本信息
名称 | Tabs for Trello |
ID | gcdgongcgfoihmhkohnjieejppbgoanc |
官方URL | https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc |
简介 | This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description. |
文件大小 | 67.06 KB |
安装次数 | 105 |
当前版本 | 1.1 |
更新时间 | 2014-04-18 |
上架时间 | 2014-04-18 |
评分 | 4.00/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "img\/tabs_for_trello128_128.png", "default_popup": "tabs_for_trello.html" }, "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.", "manifest_version": 2, "name": "Tabs for Trello", "permissions": [ "cookies", "tabs", "storage", "https:\/\/trello.com\/1\/authorize", "https:\/\/trello.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "token.html" ] } |