Select and Search

Search for selected text on any search engine.

Select and Searchคืออะไร?

Select and Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 痛ったい และคุณลักษณะหลักของมันคือ "Search for selected text on any search engine."

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

screenshot
screenshot

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

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

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

                        You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more.

《 URL format for search settings in the option page 》
Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL.
https://www.google.com/search?q=%s or https://www.google.com/search?q=

* If you need a separator, set TITLE and URL to "-"(minus sign).
* Search engine URL examples available, please see my web page (Firefox version).                    

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

ชื่อ Select and Search Select and Search
ID mjdbaljlhcapchmnabhkalepomkbcjno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno
คำอธิบาย Search for selected text on any search engine.
ขนาดไฟล์ 15.47 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-08-18
วันที่เผยแพร่ 2020-05-09
ผู้พัฒนา 痛ったい
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.mozilla.org/en-US/firefox/addon/select-and-search/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "default_locale": "en",
    "author": "\u75db\u3063\u305f\u3044",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ]
}