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
Eメール [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"
    }
}