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.”。
擴展截圖
下載Add links to BaseCamp's TODOs擴展crx文件
下載Add links to BaseCamp's TODOs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Add links to BaseCamp's TODOs |
ID | ehlpallniimegfphleocbojlgcogmeng |
官方網址 | 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" ] } ] } |