Add links to BaseCamp's TODOs

Adds comment links to each TODO listed in the /todo_lists page.

什么是Add links to BaseCamp's TODOs?

Add links to BaseCamp's TODOs是由Maurizio De Magnis开发的Chrome扩展程序,该扩展的主要功能是“Adds comment links to each TODO listed in the /todo_lists page.”。

扩展截图

screenshot

下载Add links to BaseCamp's TODOs扩展crx文件

下载Add links to BaseCamp's TODOs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Add links to BaseCamp's TODOs Add links to BaseCamp's TODOs
ID ehlpallniimegfphleocbojlgcogmeng
官方URL https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng
简介 Adds comment links to each TODO listed in the /todo_lists page.
文件大小 44.13 KB
安装次数 12
当前版本 0.1
更新时间 2012-05-31
上架时间 2012-05-31
评分 1.00/5 共1次评分
开发者 Maurizio De Magnis
付费类型 free
扩展官网 https://github.com/olistik/chrome-ext-basecamp-todo-lists-links
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add links to BaseCamp's TODOs",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Adds comment links to each TODO listed in the \/todo_lists page.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.basecamphq.com\/todo_lists"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}