Settings Button

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

Cos'è Settings Button?

Settings Button è un'estensione di Chrome sviluppata da Jorvi, e la sua funzione principale è "Easily open settings in a new tab via the toolbar button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Settings Button

Scarica i file di estensione Settings Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Settings Button Settings Button
ID biimnpmonknlmkkfcfdcbhickdgohfll
URL Ufficiale https://chromewebstore.google.com/detail/settings-button/biimnpmonknlmkkfcfdcbhickdgohfll
Descrizione Easily open settings in a new tab via the toolbar button.
Dimensione del File 8.35 KB
Conteggio Installazioni 281
Versione Corrente 0.1.2
Ultimo Aggiornamento 2023-11-30
Data di Pubblicazione 2019-04-08
Sviluppatore Jorvi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mybrowseraddon.com/settings-button.html
URL della Pagina di Aiuto https://mybrowseraddon.com/settings-button.html
Lingue Supportate 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"
    }
}