in10search

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

What is in10search?

in10search is a Chrome extension developed by DebateAI, and its main feature is "in10search enhances online research and enables searching content across all open tabs".

Extension Screenshots

screenshot

Download in10search Extension CRX File

Download in10search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
Official URL https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
Description in10search enhances online research and enables searching content across all open tabs
File Size 25.88 KB
Installation Count 184
Current Version 1.6
Last Updated 2023-01-09
Publish Date 2017-07-01
Rating 4.13/5 Total 8 Ratings
Developer DebateAI
Email [email protected]
Payment Type free
Extension Website https://github.com/vtempest/in10search
Help Page URL https://github.com/vtempest/in10search
Supported Languages 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"
}