Quick Settings

One click settings shortcuts for Google Chrome™

Wat is Quick Settings?

Quick Settings is een Chrome-extensie ontwikkeld door Aviche, en de belangrijkste functie is "One click settings shortcuts for Google Chrome™".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quick Settings

Download Quick Settings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This simple yet useful extension will link you directly to your Google Chrome™ browser hidden settings in one tap.                    

Basisinformatie over de Extensie

Naam Quick Settings Quick Settings
ID hfaafepenlpgdjdkhdgdgidipgohdclf
Officiële URL https://chromewebstore.google.com/detail/quick-settings/hfaafepenlpgdjdkhdgdgidipgohdclf
Beschrijving One click settings shortcuts for Google Chrome™
Bestandsgrootte 349 KB
Aantal Installaties 2,634
Huidige Versie 1.3
Laatst Bijgewerkt 2014-04-21
Publicatiedatum 2014-04-15
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Aviche
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Settings",
    "description": "One click settings shortcuts for Google Chrome\u2122",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq.js",
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "chromeTools.html"
    }
}