Right Click Search

With this extension, you can right click on a keyword to search for it on the web.

Right Click Searchคืออะไร?

Right Click Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Useful Extensions และคุณลักษณะหลักของมันคือ "With this extension, you can right click on a keyword to search for it on the web."

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

screenshot

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

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

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

                        Right Click Search is a Chrome Extension.

This extension enables you to right click on a word while browsing the web and to search for the word that you right click on. 
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "Right Click Search" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

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

ชื่อ Right Click Search Right Click Search
ID fblpohokoofnfbggdpfgbcalhnhmbhpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-click-search/fblpohokoofnfbggdpfgbcalhnhmbhpl
คำอธิบาย With this extension, you can right click on a keyword to search for it on the web.
ขนาดไฟล์ 56.15 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-01-29
วันที่เผยแพร่ 2021-01-28
ผู้พัฒนา Useful Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://unico.news/privacypolicy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Search",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "With this extension, you can right click on a keyword to search for it on the web.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}