Search Box Aid
Pre-populates search boxes
Search Box Aidとは何ですか?
Search Box AidはEasy Life Labsによって開発されたChromeの拡張機能で、その主な機能は「Pre-populates search boxes」です。
拡張機能のスクリーンショット
Search Box Aid拡張機能のCRXファイルをダウンロード
Search Box Aid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
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 } |