Button: Settings

Open the Settings with just one click.

Qu'est-ce que Button: Settings ?

Button: Settings est une extension Chrome développée par https://browser-extensions.com, et sa fonction principale est "Open the Settings with just one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Button: Settings

Téléchargez les fichiers d'extension Button: Settings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Button: Settings Button: Settings
ID llhljceoapbodnkbmpeahmbphilblllh
URL Officiel https://chromewebstore.google.com/detail/button-settings/llhljceoapbodnkbmpeahmbphilblllh
Description Open the Settings with just one click.
Taille du Fichier 12.94 KB
Nombre d'Installations 1,454
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-04-21
Date de Publication 2016-04-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://browser-extensions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browser-extensions.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openSettings__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}