Shortcut keys for selection search

Add shortcut keys to open a new google result tab for selected text. Shortcut keys can be set in above left menu in Extensions.

Shortcut keys for selection searchคืออะไร?

Shortcut keys for selection search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nex และคุณลักษณะหลักของมันคือ "Add shortcut keys to open a new google result tab for selected text. Shortcut keys can be set in above left menu in Extensions."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortcut keys for selection search

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

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

                        Keyboard shortcut keys:
1. Alt+1 -> Open google result of selected text in foreground tab.
2. Alt+Shift+1 -> Open google result of selected text in background tab.
*Shortcut keys are editable at chrome://extensions/shortcuts

**For Chromebook users** (maybe also Mac OS users)
The Alt+1 key will click the first icon in the Shelf, and it will not work on Chrome browser.
After the installation,  please change the shortcut key from "Alt+1" to another one at chrome://extensions/shortcuts then avoid the built-in shortcut keys on your OS.
In the setting page, the right box should be "In Chrome".
(Input chrome://extensions/shortcuts in the address bar and press Enter to open a setting page.)

*Updates
2022/9/27 v0.201 (=v0.2)
2022/9/20 v0.3 Add feature to search text selected in a single PDF (in chrome's default PDF viewer)
2022/7/10 v0.2 Add feature to search by the default search engine.
2021/6/7 v0.1.0.1 Initial                    

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

ชื่อ Shortcut keys for selection search Shortcut keys for selection search
ID emceciddhgnjkmjmpjoahmdhibmifohp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortcut-keys-for-selecti/emceciddhgnjkmjmpjoahmdhibmifohp
คำอธิบาย Add shortcut keys to open a new google result tab for selected text. Shortcut keys can be set in above left menu in Extensions.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 3,695
เวอร์ชันปัจจุบัน 0.201
อัปเดตครั้งล่าสุด 2022-09-27
วันที่เผยแพร่ 2019-11-16
คะแนน 4.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา nex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sa-ji/Shortcut-keys-for-selection-search
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "search_selection_in_Google_1Foreground": {
            "description": "search in google (open in foreground tab)",
            "suggested_key": {
                "default": "Alt+1"
            }
        },
        "search_selection_in_Google_2Background": {
            "description": "search in google (open in background tab)",
            "suggested_key": {
                "default": "Alt+Shift+1"
            }
        },
        "search_selection_in_DefaultEngine_3NewTab": {
            "description": "search in default search engine(open in a new tab)"
        },
        "search_selection_in_DefaultEngine_4NewWindow": {
            "description": "search in default search engine (open in a new window)"
        },
        "search_selection_in_DefaultEngine_5CurrentTab": {
            "description": "search in default search engine (open in the current tab)"
        }
    },
    "description": "Add shortcut keys to open a new google result tab for selected text. Shortcut keys can be set in above left menu in Extensions.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2EA1xyxxT7N5LFPD03P6cT1aKqE6eZYQUKlya4eUZZyAaYHMjfQkRnX4MgYELnzr4NH39kNdVJBf\/azQbTo\/q7hH6rCe7SzNrAK8jvHuMSppPNERueyT\/tox6G3uoLKXciiPcPp70TuPsrIfEUnRgU1kJknirQ17m6wmr2Pzn2cNyYBwoxDRTKiL0K2+U5bBRCQPrc\/i+jw2Y7A7wUgj2KROVXPP0n45i3+dvNl0zcvgtOV3mBkXN4qBtLMX3Z89R9fKNIH6cAg60oE752HBdbxsyJnKX7JcqtA0K\/n07UEb5gjTCy87CEyebYPNjXPDO2bxDUHX+AWnqG1U\/PNX0QIDAQAB",
    "manifest_version": 2,
    "name": "Shortcut keys for selection search",
    "permissions": [
        "activeTab",
        "search"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.201"
}