Settings Button
Easily open settings in a new tab via the toolbar button.
O que é Settings Button?
Settings Button é uma extensão do Chrome desenvolvida por Jorvi, e sua principal característica é "Easily open settings in a new tab via the toolbar button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Settings Button
Baixe arquivos de extensão Settings Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Settings Button |
ID | biimnpmonknlmkkfcfdcbhickdgohfll |
URL Oficial | https://chromewebstore.google.com/detail/settings-button/biimnpmonknlmkkfcfdcbhickdgohfll |
Descrição | Easily open settings in a new tab via the toolbar button. |
Tamanho do Arquivo | 8.35 KB |
Contagem de Instalações | 281 |
Versão Atual | 0.1.2 |
Última Atualização | 2023-11-30 |
Data de Publicação | 2019-04-08 |
Desenvolvedor | Jorvi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mybrowseraddon.com/settings-button.html |
URL da Página de Ajuda | https://mybrowseraddon.com/settings-button.html |
Idiomas Suportados | 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" } } |