Proper Menubar for Google Chrome

Add the best menu bar to get easy and fast access to all your useful browser options and internet products!

Proper Menubar for Google Chrome là gì?

Proper Menubar for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.stefanvd.net, và tính năng chính của nó là "Add the best menu bar to get easy and fast access to all your useful browser options and internet products!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proper Menubar for Google Chrome

Tải xuống các tệp mở rộng Proper Menubar for Google Chrome 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

                        Everything you need from a browser in one horizontal bar. That includes the File, Edit, View, History, Bookmarks, Window, and Help menu items.
And with one single click on the X icon, you hide the horizontal bar. Proper Menubar goal is to find your function in a proper way, that by categorizing every function under the right menu part.

Proper Menubar is a lightweight and useful add-in designed to open your useful browser functions. Such as to save a file, cut and copy text, select all items, etc. As a user, you can also choose for the ultimate Google Product bar. So you can access fast your favorite Google Product. It works for all websites, and there is an option to show this bar on all websites.

Choose between the following bars:
+ Web Browser menu bar (default option)
+ Google Products menu bar

Few great features in this browser extension:
+ Option to choose between the browser menu or the Google Products list
+ Option to mute/unmute the sound on the current tab
+ Option to change the order of the Google Products in the bar
+ Option to change the URL to your Google country (UK, US, NL, ES, FR, JP, RU, etc)
+ Option to get the search keyword
+ Option to customize the background and color
+ Option to add a drop shadow
+ Option to place the bar on the top or bottom of your screen
+ Option to open the link in the existing tab

Project Information:
https://www.stefanvd.net/project/proper-menubar/browser/

Required Permissions:
"contextMenus":
This to add the menu items in the web browser context menu.

"activeTab":
This is needed for the following features: to show or remove the bar, and execute the context menu action on the currently open tab.

"storage":
This to save the settings on your local computer, and to sync it to your web browser account.

"pageCapture":
This to save the currently open web page as an MHTML file type.

"clipboardWrite":
This to write the selected text with 'copy' or 'cut' function in your clipboard.
 
"clipboardRead":
This to read the saved text in your clipboard.

"bookmarks":
This to create a custom bookmark in your bookmark manager page.

Note: YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Google and the Google logo are registered trademarks of Google Inc.

<<< Option feature >>>
To protect your eyes at night and to get focus on the video player such as YouTube™. It's recommended to use and install the Turn Off the Lights
https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

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

Tên Proper Menubar for Google Chrome Proper Menubar for Google Chrome
ID egclcjdpndeoioimlbbbmdhcaopnedkp
URL Chính Thức https://chromewebstore.google.com/detail/proper-menubar-for-google/egclcjdpndeoioimlbbbmdhcaopnedkp
Mô tả Add the best menu bar to get easy and fast access to all your useful browser options and internet products!
Kích Thước Tệp 874 KB
Số Lần Cài Đặt 33,702
Phiên Bản Hiện Tại 1.2.11.0
Cập Nhật Lần Cuối 2019-09-04
Ngày Phát Hành 2019-09-04
Đánh Giá 3.80/5 Tổng số 309 Đánh Giá
Nhà Phát Triển https://www.stefanvd.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.stefanvd.net/project/proper-menubar/browser/
URL Trang Trợ Giúp https://www.stefanvd.net/support/
URL Trang Chính Sách Bảo Mật https://www.stefanvd.net/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_namechrome__",
    "short_name": "Proper Menubar",
    "version": "1.2.11.0",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "default-src 'self'; style-src 'unsafe-inline'; media-src https:\/\/www.stefanvd.net; child-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' * data:; object-src 'none'",
    "web_accessible_resources": [
        "images\/Slice1.png",
        "images\/Slice2.png",
        "images\/Slice3.png",
        "images\/Slice4.png",
        "images\/Slice5.png",
        "images\/Slice6.png",
        "css\/body.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.stefanvd.net\/project\/proper-menubar\/browser\/options.html"
            ],
            "css": [
                "css\/body.css"
            ],
            "js": [
                "js\/constants.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.stefanvd.net\/project\/proper-menubar\/browser\/options.html"
            ],
            "js": [
                "js\/constants.js",
                "js\/options.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            }
        },
        "toggle-feature-propermenubar": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "__MSG_titelshortproper__"
        }
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon1.png",
            "38": "icons\/[email protected]"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "20",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "pageCapture",
        "clipboardWrite",
        "clipboardRead",
        "bookmarks"
    ]
}