in10search

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

Qu'est-ce que in10search ?

in10search est une extension Chrome développée par DebateAI, et sa fonction principale est "in10search enhances online research and enables searching content across all open tabs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension in10search

Téléchargez les fichiers d'extension in10search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
URL Officiel https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
Description in10search enhances online research and enables searching content across all open tabs
Taille du Fichier 25.88 KB
Nombre d'Installations 184
Version Actuelle 1.6
Dernière Mise à Jour 2023-01-09
Date de Publication 2017-07-01
Évaluation 4.13/5 Total 8 Évaluations
Développeur DebateAI
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/vtempest/in10search
URL de la Page d'Aide https://github.com/vtempest/in10search
Langues Prises en Charge 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"
}