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
公式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
Eメール [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"
}