Web Store Redirector
Redirect from main page Chrome Web Store to extensions or themes section.
Co je Web Store Redirector?
Web Store Redirector je rozšíření Chrome vyvinuté http://www.extensions-for-chrome.com, a jeho hlavní funkcí je „Redirect from main page Chrome Web Store to extensions or themes section.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Web Store Redirector
Stáhněte si soubory rozšíření Web Store Redirector 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í
This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.
Základní Informace o Rozšíření
Název | |
ID | bffpbfkhfnmmceobpkjnkfehifbjbjoe |
Oficiální URL | https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe |
Popis | Redirect from main page Chrome Web Store to extensions or themes section. |
Velikost souboru | 54.21 KB |
Počet instalací | 21 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-09-21 |
Datum Vydání | 2013-09-21 |
Hodnocení | 3.80/5 Celkem 5 Hodnocení |
Vývojář | http://www.extensions-for-chrome.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Store Redirector", "description": "Redirect from main page Chrome Web Store to extensions or themes section.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |