Themes For Chrome
Get quick access to all my top themes right in your Chrome browser
Co to jest Themes For Chrome?
Themes For Chrome to rozszerzenie Chrome opracowane przez https://www.chromethemer.com, a jego główną funkcją jest „Get quick access to all my top themes right in your Chrome browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Themes For Chrome
Pobierz pliki rozszerzeń Themes For Chrome 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 browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes. Download Free Themes For Google Chrome. Awesome Themes To Choose From, Updated Daily. Free Updates & New Theme Releases! Get Quick & Easy Access to ChromeThemer.com DOWNLOAD NOW & Please Rate or Leave a Comment ...
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hhgbfciofeannobmgngkfgjkanpiphpa |
Oficjalny URL | https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa |
Opis | Get quick access to all my top themes right in your Chrome browser |
Rozmiar pliku | 13.63 KB |
Liczba instalacji | 1,688 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2020-06-07 |
Data Publikacji | 2020-06-05 |
Ocena | 3.50/5 Łącznie 6 Oceny |
Deweloper | https://www.chromethemer.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.chromethemer.com/ |
Adres URL Strony Pomocy | https://www.chromethemer.com/ |
Adres URL Strony Polityki Prywatności | https://www.chromethemer.com/privacy.html |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Themes For Chrome", "description": "Get quick access to all my top themes right in your Chrome browser", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |