Trello Links Catcher
Catch Trello links and open in "Trello External Window" application.
Trello Links Catcherとは何ですか?
Trello Links Catcherはtechnobulkaによって開発されたChromeの拡張機能で、その主な機能は「Catch Trello links and open in "Trello External Window" application.」です。
拡張機能のスクリーンショット
Trello Links Catcher拡張機能のCRXファイルをダウンロード
Trello Links Catcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension works for "Trello External Window" application. It's catching new tabs in browser with links like trello.com/c/123abc and send it to application. Works only with links to boards and cards.
拡張機能の基本情報
名前 | Trello Links Catcher |
ID | ppibnbapebejhnmplokgfhijhfdchhhc |
公式URL | https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc |
説明 | Catch Trello links and open in "Trello External Window" application. |
ファイルサイズ | 6.97 KB |
インストール数 | 122 |
現在のバージョン | 0.3 |
最終更新日 | 2015-08-19 |
公開日 | 2015-08-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | technobulka |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/technobulka/trello-chrome-ext |
ヘルプページのURL | https://github.com/technobulka/trello-chrome-ext/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Links Catcher", "description": "Catch Trello links and open in \"Trello External Window\" application.", "icons": { "16": "assets\/trello-mark-blue-16.png", "32": "assets\/trello-mark-blue-32.png", "128": "assets\/trello-mark-blue-128.png" }, "version": "0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "management", "https:\/\/trello.com\/*" ], "browser_action": { "default_title": "Trello Links Catcher", "default_icon": "assets\/trello-mark-blue-16.png" }, "manifest_version": 2 } |