in10search

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

Was ist in10search?

in10search ist eine Chrome-Erweiterung, die von DebateAI entwickelt wurde, und ihr Hauptmerkmal ist "in10search enhances online research and enables searching content across all open tabs".

Erweiterungsscreenshots

screenshot

in10search-Erweiterungs-CRX-Datei herunterladen

Laden Sie in10search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
Offizielle URL https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
Beschreibung in10search enhances online research and enables searching content across all open tabs
Dateigröße 25.88 KB
Installationsanzahl 184
Aktuelle Version 1.6
Letztes Update 2023-01-09
Veröffentlichungsdatum 2017-07-01
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler DebateAI
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/vtempest/in10search
Hilfeseite URL https://github.com/vtempest/in10search
Unterstützte Sprachen 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"
}