Trello Extras
Some extra functionality for Trello.
Trello Extrasとは何ですか?
Trello ExtrasはBarry Elsによって開発されたChromeの拡張機能で、その主な機能は「Some extra functionality for Trello.」です。
Trello Extras拡張機能のCRXファイルをダウンロード
Trello Extras拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras
拡張機能の基本情報
名前 | Trello Extras |
ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
公式URL | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
説明 | Some extra functionality for Trello. |
ファイルサイズ | 459 KB |
インストール数 | 25 |
現在のバージョン | 1.8.6 |
最終更新日 | 2017-06-15 |
公開日 | 2017-06-15 |
開発者 | Barry Els |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "css": [ "css\/index.css" ], "js": [ "js\/index.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Trello Extras" }, "name": "Trello Extras", "version": "1.8.6", "description": "Some extra functionality for Trello.", "author": "Barry Els |