Web Store Redirector
Redirect from main page Chrome Web Store to extensions or themes section.
Co to jest Web Store Redirector?
Web Store Redirector to rozszerzenie Chrome opracowane przez http://www.extensions-for-chrome.com, a jego główną funkcją jest „Redirect from main page Chrome Web Store to extensions or themes section.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Store Redirector
Pobierz pliki rozszerzeń Web Store Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bffpbfkhfnmmceobpkjnkfehifbjbjoe |
Oficjalny URL | https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe |
Opis | Redirect from main page Chrome Web Store to extensions or themes section. |
Rozmiar pliku | 54.21 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-09-21 |
Data Publikacji | 2013-09-21 |
Ocena | 3.80/5 Łącznie 5 Oceny |
Deweloper | http://www.extensions-for-chrome.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |