Selected Text Searcher

Highlight any text and perform a search in any search engine with a couple of clicks, hotkey or gesture.

Selected Text Searcherคืออะไร?

Selected Text Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.facebook.com/browservery และคุณลักษณะหลักของมันคือ "Highlight any text and perform a search in any search engine with a couple of clicks, hotkey or gesture."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selected Text Searcher

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

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

                        Quick start:

1. Install the extension.
2. Open any webpage (or refresh already opened).
3. Highlight any text with a mouse.
4. Middle-click on the highlighted text or hit F9.
5. Click on any search engine in the opened window.

Features:

★ Two clicks search engine adding.

★ Search for selected text in one or multiple search engines at once.

★ Search for selected text with hotkeys.

★ Search for selected text with gestures.

★ Easily rearrange and edit your search engines without going to settings.

★ Drag & DropZones mode.

★ Autocomplete.

⛗ User Guide (bit.ly/user-guide-sts)
----------------------------------------------------------------
Permissions:
Read and change all your data on the websites you visit
Allows the extension to insert its user interface in pages. Allows the extension to get highlighted text to search for it in search engines.
----------------------------------------------------------------
🖼️ Follow my Facebook page (more extensions): https://bit.ly/browservery                    

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

ชื่อ Selected Text Searcher Selected Text Searcher
ID mlheaafnfbmfljfjdlmfbdfjofaagpaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selected-text-searcher/mlheaafnfbmfljfjdlmfbdfjofaagpaj
คำอธิบาย Highlight any text and perform a search in any search engine with a couple of clicks, hotkey or gesture.
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 1,037
เวอร์ชันปัจจุบัน 1.48
อัปเดตครั้งล่าสุด 2022-07-09
วันที่เผยแพร่ 2019-08-17
คะแนน 4.68/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.facebook.com/browservery
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bit.ly/browservery
URL หน้าช่วยเหลือ https://bit.ly/browservery-support
URL หน้านโยบายความเป็นส่วนตัว https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.48",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/normalize.css",
                "css\/no_transition.css",
                "css\/no_pointer_events.css",
                "css\/iframe_wrapper_content_style.css",
                "css\/iframe_wrapper_content_style_and_options.css",
                "css\/gesture_canvas.css",
                "css\/content_script_light_theme.css",
                "css\/light_theme.css",
                "css\/gestures_light_theme.css",
                "css\/non_transparent_background_dark.css",
                "css\/non_transparent_background_light.css",
                "Roboto-Light.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "selected-text-searcher@loftyshaky"
        }
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "19": "icons\/icon19.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/hf.js",
                "js\/content_script_and_options.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_script.css",
                "css\/gesture_canvas_iframe.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}