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”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
官方URL 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"
    ]
}