Trello Checklist Plus
Extends the Trello Checklist with usefull functions
Co je Trello Checklist Plus?
Trello Checklist Plus je rozšíření Chrome vyvinuté b.geissler89, a jeho hlavní funkcí je „Extends the Trello Checklist with usefull functions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trello Checklist Plus
Stáhněte si soubory rozšíření Trello Checklist Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
-Feature to extrude a Checklist Item into a own Card and create a back-link without deleting the actual.
Základní Informace o Rozšíření
Název | Trello Checklist Plus |
ID | lgpellhflojpkpbhiehgfeoiodbhpeil |
Oficiální URL | https://chromewebstore.google.com/detail/trello-checklist-plus/lgpellhflojpkpbhiehgfeoiodbhpeil |
Popis | Extends the Trello Checklist with usefull functions |
Velikost souboru | 311 KB |
Počet instalací | 53 |
Aktuální Verze | 0.0.12 |
Poslední Aktualizace | 2016-07-20 |
Datum Vydání | 2016-07-20 |
Hodnocení | 2.88/5 Celkem 8 Hodnocení |
Vývojář | b.geissler89 |
Typ Platby | free |
Webové stránky Rozšíření | https://www.web-ben.de |
Podporované Jazyky | 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" ] } |