Hello.

Full text search across Chrome tabs.

Hello. là gì?

Hello. là một tiện ích mở rộng Chrome được phát triển bởi Vikesh, và tính năng chính của nó là "Full text search across Chrome tabs.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Hello. 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

                        Hello is a simple (and naive) full text search across Chrome tabs.

How to use:
-> Press Ctrl + Enter from any tab.
-> Search any word you remember seeing on any tab open in the current window.
-> Click on the result (or Ctrl + 0-9, or scroll to the result and press Enter).

NOTE: This extension consumes quite a bit of memory. At heavy load (many tabs), the extension may consume up to 200 MB (Though much lesser than the average consumption of many popular websites, which can go up to 300 MB).                    

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

Tên Hello. Hello.
ID flgocgfdkefalfmognfpnllliahhgegk
URL Chính Thức https://chrome.google.com/webstore/detail/hello/flgocgfdkefalfmognfpnllliahhgegk
Mô tả Full text search across Chrome tabs.
Kích Thước Tệp 11.58 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-08-27
Ngày Phát Hành 2015-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Vikesh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/porter.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/porter.js",
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Full text search across Chrome tabs.",
    "manifest_version": 2,
    "name": "Hello.",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "img\/*.png",
        "html\/*.html",
        "js\/searchBar.js"
    ]
}