in10search

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

Co to jest in10search?

in10search to rozszerzenie Chrome opracowane przez DebateAI, a jego główną funkcją jest „in10search enhances online research and enables searching content across all open tabs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia in10search

Pobierz pliki rozszerzeń in10search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
Oficjalny URL https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
Opis in10search enhances online research and enables searching content across all open tabs
Rozmiar pliku 25.88 KB
Liczba instalacji 184
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-01-09
Data Publikacji 2017-07-01
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper DebateAI
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/vtempest/in10search
Adres URL Strony Pomocy https://github.com/vtempest/in10search
Obsługiwane Języki 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"
}