Select Search Translate

To Select and search over Web.

Select Search Translateคืออะไร?

Select Search Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sonu Saha และคุณลักษณะหลักของมันคือ "To Select and search over Web."

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

screenshot

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

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

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

                        This extension will make your search faster and elegant.It can allow you to search the text over Google, yahoo, bing and G translate search engine. Just configure it by clicking on the search icon appears on the top of browsers after you added in your chrome. This can also be configured to translate into any selected language. After configuration close and reopen your browser and start browse any webpage and select word or paragraph then perform search by click on the options appeared near by your selected words.

This is free app. Provide your valuable comments and suggestion so that we can improve our shortcomings in future version.                    

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

ชื่อ Select Search Translate Select Search Translate
ID ogjgnmghgkeppkafmancjfnbcfofahhi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/select-search-translate/ogjgnmghgkeppkafmancjfnbcfofahhi
คำอธิบาย To Select and search over Web.
ขนาดไฟล์ 21.73 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-09-21
วันที่เผยแพร่ 2016-09-21
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Sonu Saha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Search Translate",
    "description": "To Select and search over Web.",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/search_16x16.png",
        "48": "\/images\/file_search64x64.png",
        "128": "\/images\/file_search64x64.png"
    },
    "browser_action": {
        "default_icon": "file_search.png",
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/scripts\/ContentScripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}