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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}