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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}