Custom Menu

Add a custom menu to your browser toolbar.

Τι είναι το Custom Menu;

Το Custom Menu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://openaddons.com, και η κύρια λειτουργία του είναι "Add a custom menu to your browser toolbar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Custom Menu

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}