Custom Menu

Add a custom menu to your browser toolbar.

Custom Menuとは何ですか?

Custom Menuはhttps://openaddons.comによって開発されたChromeの拡張機能で、その主な機能は「Add a custom menu to your browser toolbar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Custom Menu拡張機能のCRXファイルをダウンロード

Custom Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Create your own quick menu right in the toolbar. With this addon you can arrange your own simple list of links and pin them as a popup menu to the toolbar.

Simple Menu Editor: The extension allows you to customize your browser's menu by adding, removing, and rearranging menu items. Simply click on the "Options" tab to access the menu editor.

Add, Edit and Delete Menu Items: In the menu editor, you can add new menu items by clicking the "Add" button. Each item consists of a title and a URL. Click on the Title or URL to edit. You can also delete unwanted menu items by clicking the delete button associated with each item. Press and hold the drag icon to rearrange (menu items are draggable)

Reset to Default: If you want to revert to the default menu settings, you can click the "Reset" button. This will remove all custom menu items and restore the original menu provided on the initial install by the extension.

"Material design": The extension provides a sleek and modern user interface with extremely clean fonts and color scheme.                    

拡張機能の基本情報

名前 Custom Menu Custom Menu
ID gkhoalcdabjldlpoaoaknjipgiakljfj
公式URL https://chromewebstore.google.com/detail/custom-menu/gkhoalcdabjldlpoaoaknjipgiakljfj
説明 Add a custom menu to your browser toolbar.
ファイルサイズ 37.09 KB
インストール数 139
現在のバージョン 1.0
最終更新日 2023-05-21
公開日 2023-05-20
開発者 https://openaddons.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://openaddons.com/custom-menu/
ヘルプページのURL https://openaddons.com/custom-menu/
プライバシーポリシーページのURL https://openaddons.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Menu",
    "version": "1.0",
    "description": "Add a custom menu to your browser toolbar.",
    "homepage_url": "https:\/\/openaddons.com\/custom-menu\/",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}