Settings

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

Vad är Settings?

Settings är en Chrome-tillägg utvecklad av Jacob "kurtextrem" Groß, och dess huvudfunktion är "Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Settings-förlängningens CRX-fil

Ladda ner Settings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This Extension opens the chrome://settings                    

Grundläggande Information om Tillägg

Namn Settings Settings
ID faahkngnceajodamkiilofplklgpoadf
Officiell webbadress https://chrome.google.com/webstore/detail/settings/faahkngnceajodamkiilofplklgpoadf
Beskrivning Opens the Settings Windows (chrome://settings) directly from the toolbar. (Open about:labs and enable tabbed settings)
Filstorlek 3.63 KB
Antal Installationer 2,000
Aktuell Version 1.0.1
Senast Uppdaterad 2013-06-15
Publiceringsdatum 2013-06-15
Betyg 2.86/5 Totalt 14 Betyg
Utvecklare Jacob "kurtextrem" Groß
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.kurtextrem.de/chrome/PRIVACY.html
Stödda Språk 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"
}