in10search

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

什麼是in10search?

in10search是由DebateAI開發的Chrome擴展程式,該擴展的主要功能是“in10search enhances online research and enables searching content across all open tabs”。

擴展截圖

screenshot

下載in10search擴展crx文件

下載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
官方網址 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"
}