Settings

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

What is Settings?

Settings is a Chrome extension developed by Jacob "kurtextrem" Groß, and its main feature is "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)".

Extension Screenshots

screenshot
screenshot

Download Settings Extension CRX File

Download Settings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Extension opens the chrome://settings                    

Extension Basic Information

Name Settings Settings
ID faahkngnceajodamkiilofplklgpoadf
Official URL https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf
Description Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
File Size 3.63 KB
Installation Count 2,000
Current Version 1.0.1
Last Updated 2013-06-15
Publish Date 2013-06-15
Rating 2.86/5 Total 14 Ratings
Developer Jacob "kurtextrem" Groß
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.kurtextrem.de/chrome/PRIVACY.html
Supported Languages 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"
}