in10search

in10search enhances online research and enables searching content across all open tabs

in10searchคืออะไร?

in10search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DebateAI และคุณลักษณะหลักของมันคือ "in10search enhances online research and enables searching content across all open tabs"

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

screenshot

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

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

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

                        Search both the text content AND the title of open tabs by pinning the extension icon, clicking it and typing into search box.

Extension enhances online research by showing the top Google results when user selects text and presses Tab; press Tab again to go to first result.

Set a keyboard shortcut for drop-down (such as Alt F) in Tools>Extensions>Configure Commands (scroll to bottom)                    

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

ชื่อ in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
คำอธิบาย in10search enhances online research and enables searching content across all open tabs
ขนาดไฟล์ 25.88 KB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-01-09
วันที่เผยแพร่ 2017-07-01
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา DebateAI
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vtempest/in10search
URL หน้าช่วยเหลือ https://github.com/vtempest/in10search
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "in10icon19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Search Tabs"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "in10search enhances online research and enables searching content across all open tabs",
    "icons": {
        "128": "in10icon128.png",
        "48": "in10icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCshQA8GA9yWtZcNpWjxIK06RFX7mupkTxyVXjSctOcghxiGOoRF5jxHGCKVnJOcANk3w6pIAqG3gs5ZIe3\/UcxLtpipJLn0Phbqdk1o1pHIQ6qKh8BuE9U\/x95bSw3NZiuha5FObN1gcFF+y\/yUVftr0gOv\/QJmPVS39QJCEKE8QIDAQAB",
    "manifest_version": 2,
    "name": "in10search",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}