Add links to BaseCamp's TODOs

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

Add links to BaseCamp's TODOs là gì?

Add links to BaseCamp's TODOs là một tiện ích mở rộng Chrome được phát triển bởi Maurizio De Magnis, và tính năng chính của nó là "Adds comment links to each TODO listed in the /todo_lists page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add links to BaseCamp's TODOs

Tải xuống các tệp mở rộng Add links to BaseCamp's TODOs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add links to BaseCamp's TODOs Add links to BaseCamp's TODOs
ID ehlpallniimegfphleocbojlgcogmeng
URL Chính Thức https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng
Mô tả Adds comment links to each TODO listed in the /todo_lists page.
Kích Thước Tệp 44.13 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2012-05-31
Ngày Phát Hành 2012-05-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Maurizio De Magnis
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/olistik/chrome-ext-basecamp-todo-lists-links
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}