in10search

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

in10search là gì?

in10search là một tiện ích mở rộng Chrome được phát triển bởi DebateAI, và tính năng chính của nó là "in10search enhances online research and enables searching content across all open tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng in10search

Tải xuống các tệp mở rộng in10search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên in10search in10search
ID manhemnhmipdhdpabojcplebckhckeko
URL Chính Thức https://chromewebstore.google.com/detail/in10search/manhemnhmipdhdpabojcplebckhckeko
Mô tả in10search enhances online research and enables searching content across all open tabs
Kích Thước Tệp 25.88 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-01-09
Ngày Phát Hành 2017-07-01
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển DebateAI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vtempest/in10search
URL Trang Trợ Giúp https://github.com/vtempest/in10search
Ngôn Ngữ Được Hỗ Trợ 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"
}