Google Master

Use context menu to search efficiently.

Google Masterคืออะไร?

Google Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vere Perrot และคุณลักษณะหลักของมันคือ "Use context menu to search efficiently."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Master

ดาวน์โหลดไฟล์ส่วนขยาย Google Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
คำอธิบาย Use context menu to search efficiently.
ขนาดไฟล์ 31.04 KB
จำนวนการติดตั้ง 931
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-01-05
วันที่เผยแพร่ 2016-01-05
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Vere Perrot
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}