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.”。

扩展截图

screenshot

下载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 Settings Button
ID biimnpmonknlmkkfcfdcbhickdgohfll
官方URL 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"
    }
}