Themes For Chrome
Get quick access to all my top themes right in your Chrome browser
Cos'è Themes For Chrome?
Themes For Chrome è un'estensione di Chrome sviluppata da https://www.chromethemer.com, e la sua funzione principale è "Get quick access to all my top themes right in your Chrome browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Themes For Chrome
Scarica i file di estensione Themes For Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 ...
Informazioni di Base sull'Estensione
Nome | |
ID | hhgbfciofeannobmgngkfgjkanpiphpa |
URL Ufficiale | https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa |
Descrizione | Get quick access to all my top themes right in your Chrome browser |
Dimensione del File | 13.63 KB |
Conteggio Installazioni | 1,688 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-06-07 |
Data di Pubblicazione | 2020-06-05 |
Valutazione | 3.50/5 Totale 6 Valutazioni |
Sviluppatore | https://www.chromethemer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.chromethemer.com/ |
URL della Pagina di Aiuto | https://www.chromethemer.com/ |
URL della Pagina della Politica sulla Privacy | https://www.chromethemer.com/privacy.html |
Lingue Supportate | 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" } } } |