Thrilld
Thrilld Google Chrome Extension
Co je Thrilld?
Thrilld je rozšíření Chrome vyvinuté https://www.thrilld.com, a jeho hlavní funkcí je „Thrilld Google Chrome Extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Thrilld
Stáhněte si soubory rozšíření Thrilld 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í
Post images from anywhere on the web to your Thrilld scrapbook.
Základní Informace o Rozšíření
Název | Thrilld |
ID | nindhoejacnmfmfmapkkaddajbimnimh |
Oficiální URL | https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh |
Popis | Thrilld Google Chrome Extension |
Velikost souboru | 31.08 KB |
Počet instalací | 67 |
Aktuální Verze | 1.0.8 |
Poslední Aktualizace | 2016-02-10 |
Datum Vydání | 2016-02-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://www.thrilld.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.thrilld.com/ |
URL Stránky Nápovědy | http://www.thrilld.com/ |
Podporované Jazyky | en |
manifest.json | |
{ "background": { "scripts": [ "js\/construct.js", "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/default_icon.png", "default_title": "Share to Thrilld" }, "content_scripts": [ { "all_frames": true, "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/construct.js", "js\/contentScript.js", "js\/popup.js", "js\/initContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "css": [ "css\/grid.css" ], "exclude_matches": [ "*:\/\/*.thrilld.com\/*" ], "js": [ "js\/bookmarklet.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Thrilld Google Chrome Extension", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Thrilld", "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "http:\/\/thrilld.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8", "web_accessible_resources": [ "css\/bookmarklet.css", "images\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.thrilld.com\/*" ] } } |