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 |
公式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" ] } ] } |