Menu button

Custom menu allows the user to create a menu to access various network resources.

Menu button là gì?

Menu button là một tiện ích mở rộng Chrome được phát triển bởi http://menubutton.ru, và tính năng chính của nó là "Custom menu allows the user to create a menu to access various network resources.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Menu button

Tải xuống các tệp mở rộng Menu button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Let’s translate MenuButton into your native language: http://menubutton.ru/l10n/

Extension Google Chrome ™ MenuButton allows users to create their own Chrome extensions - shortcuts to various network resources without knowing the basics of programming. Extension may be useful for forum and social network regulars  to create their own menu system under the one-button of Chrome extension. You can also place the menu in the network to share them with your friends.

Available types of menu items:
item - link to the network resource;
file - open the file  in a new tab; 
share - send information about current page to the network service; 
app -  link to the Chrome application;
menu - link to the sub-menu;
back - back to the previous menu; 
separator - displays the horizontal line; 
feed - RSS-feed as of menu items; 
latestnews - notifies user about the latest news in the feed; 
search - create the menu bar of custom search. 

Context menu items: 
share - send information from current page to the network service; 
search - contextual search;
menulist - menu list, displays the call buttons of several menus. 

The menu library for various network resources on the official site of the extension.

=================
changelog

2.3
1.New menu item menulist (the same in the settings).
2.Removed request when changing menu when using Menu List.
3.Added option "Don't disable notifications for the latest news when changing menu".
4. Added German translation by Lars Krüger.
5. The new address of the extension official website: http://menubutton.ru/.
6. Fixed some minor bugs.

2.4
1. Opportunity for web-masters to place menu list on own site. If MenuButton extension find the online XML-file with a list of the menu, it will be displayed at the bottom of the menu. At the end of the list is automatically added the button "Save this menu list" that allows you to save  the menu list for later use. 
2. Deleted option of optional permitions.
3. Minor improvements and bug fixes.

2.5
1. Updated notifications to Rich Notifications.
2. Updated German translation.
3. Fixed some minor bugs.

2.6
1. Added Spanish translation (many thanks faustodc).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Menu button Menu button
ID goblmaagcgfbjlaahdohiomenekdpnci
URL Chính Thức https://chrome.google.com/webstore/detail/menu-button/goblmaagcgfbjlaahdohiomenekdpnci
Mô tả Custom menu allows the user to create a menu to access various network resources.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 5,374
Phiên Bản Hiện Tại 2.6.1
Cập Nhật Lần Cuối 2014-03-18
Ngày Phát Hành 2014-03-18
Đánh Giá 3.93/5 Tổng số 41 Đánh Giá
Nhà Phát Triển http://menubutton.ru
Loại Thanh Toán free
Trang Web Mở Rộng http://menubutton.ru/
URL Trang Trợ Giúp http://menubutton.ru/sf-forum/
Ngôn Ngữ Được Hỗ Trợ de,en,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "version": "2.6.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "author": "Vadim Bogaiskov",
    "homepage_url": "http:\/\/menubutton.ru",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "tabs",
        "management",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_chrome_extension_title__",
        "default_icon": "48.png",
        "default_popup": "popup.html"
    }
}