Quick Search for Google Translate

Select a word or phrase in current browser tab and click the popup to get the translation

Quick Search for Google Translateคืออะไร?

Quick Search for Google Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "Select a word or phrase in current browser tab and click the popup to get the translation"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Search for Google Translate

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

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

                        When the extension is installed select some text from a website, then click the toolbar button to open the popup and to perform the automatic search.

Notes:
    1. If no text is selected in the current page, the extension allows you to do the search inside the popup.
    2. You can change the source and destination languages from the popup. The extension will persist your language choices for later usage. The default language for the source is "auto detect" and the default language for the destination is "En".
    3. This extension uses translate.google.com to do all the translations.

-- Legal:
This extension is not affiliated with Google in any way. This is just a product to enhance this product's usage.                    

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

ชื่อ Quick Search for Google Translate Quick Search for Google Translate
ID djamnihdpnemfabglaicnnnoehnalhig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-search-for-google-t/djamnihdpnemfabglaicnnnoehnalhig
คำอธิบาย Select a word or phrase in current browser tab and click the popup to get the translation
ขนาดไฟล์ 46.87 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2018-05-03
วันที่เผยแพร่ 2018-05-03
ผู้พัฒนา emano.waldeck
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/quick-search.html?from=translate
URL หน้าช่วยเหลือ http://add0n.com/quick-search.html?from=translate
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Quick Search for Google Translate",
    "description": "Select a word or phrase in current browser tab and click the popup to get the translation",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.google.cz\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "http:\/\/add0n.com\/quick-search.html?from=translate",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "data\/panel\/index.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}