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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maurizio De Magnis และคุณลักษณะหลักของมันคือ "Adds comment links to each TODO listed in the /todo_lists page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add links to BaseCamp's TODOs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}