Trello Checklist Plus
Extends the Trello Checklist with usefull functions
Trello Checklist Plusとは何ですか?
Trello Checklist Plusはb.geissler89によって開発されたChromeの拡張機能で、その主な機能は「Extends the Trello Checklist with usefull functions」です。
拡張機能のスクリーンショット
Trello Checklist Plus拡張機能のCRXファイルをダウンロード
Trello Checklist Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
-Feature to extrude a Checklist Item into a own Card and create a back-link without deleting the actual.
拡張機能の基本情報
名前 | Trello Checklist Plus |
ID | lgpellhflojpkpbhiehgfeoiodbhpeil |
公式URL | https://chromewebstore.google.com/detail/trello-checklist-plus/lgpellhflojpkpbhiehgfeoiodbhpeil |
説明 | Extends the Trello Checklist with usefull functions |
ファイルサイズ | 311 KB |
インストール数 | 53 |
現在のバージョン | 0.0.12 |
最終更新日 | 2016-07-20 |
公開日 | 2016-07-20 |
評価 | 2.88/5 合計 8 レビュー |
開発者 | b.geissler89 |
支払い方法 | free |
拡張機能のウェブサイト | https://www.web-ben.de |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Checklist Plus", "author": "Benjamin Gei\u00dfler", "short_name": "TC+", "version": "0.0.12", "manifest_version": 2, "description": "Extends the Trello Checklist with usefull functions", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "exclude_matches": [ "https:\/\/trello.com\/1\/authorize?*", "http:\/\/trello.com\/1\/authorize?*" ], "js": [ "bower_components\/jQuery\/dist\/jquery.js", "scripts\/contentscript.js" ] }, { "matches": [ "https:\/\/trello.com\/1\/OAuthAuthorizeToken*" ], "js": [ "background\/inject-workaround.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "background\/chrome_ex_oauth.html" ], "permissions": [ "tabs", "https:\/\/trello.com\/1\/OAuthGetRequestToken", "https:\/\/trello.com\/1\/OAuthAuthorizeToken", "https:\/\/trello.com\/1\/OAuthGetAccessToken" ] } |