Settings
Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
Cos'è Settings?
Settings è un'estensione di Chrome sviluppata da Jacob "kurtextrem" Groß, e la sua funzione principale è "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Settings
Scarica i file di estensione 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
This Extension opens the chrome://settings
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | faahkngnceajodamkiilofplklgpoadf |
URL Ufficiale | https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf |
Descrizione | Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings) |
Dimensione del File | 3.63 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-06-15 |
Data di Pubblicazione | 2013-06-15 |
Valutazione | 2.86/5 Totale 14 Valutazioni |
Sviluppatore | Jacob "kurtextrem" Groß |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.kurtextrem.de/chrome/PRIVACY.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "pref.png", "popup": "popup.html" }, "description": "Opens the Settings Windows (chrome:\/\/settings) directly from the toolbar. (Open about:labs and enable tabbed settings)", "icons": { "128": "pref.png", "16": "pref.png", "32": "pref.png", "48": "pref.png" }, "name": "Settings", "manifest_version": 2, "version": "1.0.1" } |