Search Box Aid

Pre-populates search boxes

Search Box Aid là gì?

Search Box Aid là một tiện ích mở rộng Chrome được phát triển bởi Easy Life Labs, và tính năng chính của nó là "Pre-populates search boxes".

Ả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 Search Box Aid

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

                        Pre-populates search boxes on supported websites so you don't have to re-type your search term over and over again.

For example, Search Aid captures the last search term used on Amazon.com, so when you visit Ebay.com your term is pre-populated on the search box. The captured search term expires after a few minutes, after which it is no longer used.

Dear Developers, 
The code is available on github, you can now add more sites for this to support.
https://github.com/rogerade/search-aid

Supports Sites:

Alibaba 
Amazon
Argos
Boots 
Clarks
Debenhams
Ebay
Goldsmiths
House Of Fraser
John Lewis
MAC
Marks and Spencer
Mothercare
River Island
Selfridges
Topshop                    

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

Tên Search Box Aid Search Box Aid
ID bnjaafgdeekhoennjocdfdfcfiefpcfk
URL Chính Thức https://chrome.google.com/webstore/detail/search-box-aid/bnjaafgdeekhoennjocdfdfcfiefpcfk
Mô tả Pre-populates search boxes
Kích Thước Tệp 11.75 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2015-10-30
Ngày Phát Hành 2015-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Easy Life Labs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Box Aid",
    "description": "Pre-populates search boxes",
    "version": "1.0.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "logic\/site_handlers.js",
            "logic\/main.js",
            "logic\/global_utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_name": "Search Box Aid",
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/marker.png",
        "default_title": "Search Box Aid"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2
}