Settings Button

Easily open settings in a new tab via the toolbar button.

Qu'est-ce que Settings Button ?

Settings Button est une extension Chrome développée par Jorvi, et sa fonction principale est "Easily open settings in a new tab via the toolbar button.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Settings Button 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

                        Settings Button is a simple, easy-to-use and lite extension for your browser that helps you open settings tab as fast as possible with just one click. 

Just install the addon in your browser and click on the toolbar button to open the settings tab. Alternatively, you can use mouse right-click to open the settings tab. This addon does not have any settings or options to adjust. Simply add it to your browser and start using. If you want to disable the addon, head to the browser extension page, find the addon and click on the disable checkbox.

To report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/settings-button.html).                    

Informations de Base sur l'Extension

Nom Settings Button Settings Button
ID biimnpmonknlmkkfcfdcbhickdgohfll
URL Officiel https://chromewebstore.google.com/detail/settings-button/biimnpmonknlmkkfcfdcbhickdgohfll
Description Easily open settings in a new tab via the toolbar button.
Taille du Fichier 8.35 KB
Nombre d'Installations 281
Version Actuelle 0.1.2
Dernière Mise à Jour 2023-11-30
Date de Publication 2019-04-08
Développeur Jorvi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/settings-button.html
URL de la Page d'Aide https://mybrowseraddon.com/settings-button.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Settings Button",
    "homepage_url": "https:\/\/mybrowseraddon.com\/settings-button.html",
    "description": "Easily open settings in a new tab via the toolbar button.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_title": "Settings Button",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}