Button: Settings
Open the Settings with just one click.
Cos'è Button: Settings?
Button: Settings è un'estensione di Chrome sviluppata da https://browser-extensions.com, e la sua funzione principale è "Open the Settings with just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Button: Settings
Scarica i file di estensione Button: Settings 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
Informazioni di Base sull'Estensione
Nome | Button: Settings |
ID | llhljceoapbodnkbmpeahmbphilblllh |
URL Ufficiale | https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh |
Descrizione | Open the Settings with just one click. |
Dimensione del File | 12.94 KB |
Conteggio Installazioni | 1,454 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-04-21 |
Data di Pubblicazione | 2016-04-20 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://browser-extensions.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://browser-extensions.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_openSettings__" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", "contextMenus" ] } |