Settings

Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)

Was ist Settings?

Settings ist eine Chrome-Erweiterung, die von Jacob "kurtextrem" Groß entwickelt wurde, und ihr Hauptmerkmal ist "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)".

Erweiterungsscreenshots

screenshot
screenshot

Settings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Settings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Extension opens the chrome://settings                    

Grundlegende Informationen zur Erweiterung

Name Settings Settings
ID faahkngnceajodamkiilofplklgpoadf
Offizielle URL https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf
Beschreibung Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
Dateigröße 3.63 KB
Installationsanzahl 2,000
Aktuelle Version 1.0.1
Letztes Update 2013-06-15
Veröffentlichungsdatum 2013-06-15
Bewertung 2.86/5 Insgesamt 14 Bewertungen
Entwickler Jacob "kurtextrem" Groß
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.kurtextrem.de/chrome/PRIVACY.html
Unterstützte Sprachen 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"
}