Settings Button
Easily open settings in a new tab via the toolbar button.
什麼是Settings Button?
Settings Button是由Jorvi開發的Chrome擴展程式,該擴展的主要功能是“Easily open settings in a new tab via the toolbar button.”。
擴展截圖
下載Settings Button擴展crx文件
下載Settings Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | Settings Button |
ID | biimnpmonknlmkkfcfdcbhickdgohfll |
官方網址 | https://chromewebstore.google.com/detail/settings-button/biimnpmonknlmkkfcfdcbhickdgohfll |
簡介 | Easily open settings in a new tab via the toolbar button. |
檔案大小 | 8.35 KB |
安裝次數 | 281 |
目前版本 | 0.1.2 |
更新時間 | 2023-11-30 |
上架時間 | 2019-04-08 |
開發者 | Jorvi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/settings-button.html |
說明頁面URL | https://mybrowseraddon.com/settings-button.html |
支援的語言 | 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" } } |