Search Box Aid

Pre-populates search boxes

Search Box Aid란 무엇입니까?

Search Box Aid은(는) Easy Life Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pre-populates search boxes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search Box Aid 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Search Box Aid Search Box Aid
ID bnjaafgdeekhoennjocdfdfcfiefpcfk
공식 URL https://chrome.google.com/webstore/detail/search-box-aid/bnjaafgdeekhoennjocdfdfcfiefpcfk
설명 Pre-populates search boxes
파일 크기 11.75 KB
설치 횟수 12
현재 버전 1.0.0.2
최근 업데이트 2015-10-30
출시 날짜 2015-10-30
평점 5.00/5 총 1 개의 평점
개발자 Easy Life Labs
결제 유형 free
지원되는 언어 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
}