Google Master

Use context menu to search efficiently.

Google Master là gì?

Google Master là một tiện ích mở rộng Chrome được phát triển bởi Vere Perrot, và tính năng chính của nó là "Use context menu to search efficiently.".

Ả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 Google Master

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

                        Use context menu to search efficiently.

* Select text in a web page then right click the menu item to search.
* Or just right click the menu item. It will pop up a input box for enter some text then type Enter key to search.
* You can search the definition of a word.
* You can search all downloads of a software.
* You can search the gallery of a person.
* You can search a album of someone.
* You can search the nearby pizza store.
* You can search the pdf files of some books.
* You can search the related sites of a web site.
* You can search the weather of a city.
* You can search some text in the current web site.
* Support locale English, Chinese.                    

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

Tên Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
URL Chính Thức https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
Mô tả Use context menu to search efficiently.
Kích Thước Tệp 31.04 KB
Số Lần Cài Đặt 931
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-01-05
Ngày Phát Hành 2016-01-05
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Vere Perrot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "version": "1.1",
    "author": "Vere Perrot",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "sample.js"
        ]
    },
    "manifest_version": 2
}