Search Manager
Search desired keywords with 4 popular search engines.
什麼是Search Manager?
Search Manager是由Lynn開發的Chrome擴展程式,該擴展的主要功能是“Search desired keywords with 4 popular search engines.”。
擴展截圖
下載Search Manager擴展crx文件
下載Search Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search Manager is a simple and lite addon that let you search for desired keywords in the New Tab Page. You can choose your desired search engine within the new tab page. Currently there are 4 options available. You can choose from Google, Yahoo, Bing and Wikipedia. Moreover, when you type a keyword in the search area "similar keywords" are suggested based on your search term. Just click on a desired term and then click on the search button. Background image for the new tab page will also change on a daily basis automatically. You can work with this addon, either by clicking on the "New Tab Page" or toolbar button. Both will open a new tab page with search manager UI loaded. Note: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/search-manager.html).
擴展基本資訊
名稱 | |
ID | fldblafnjampmilcpeemopbdbgahfpoe |
官方網址 | https://chromewebstore.google.com/detail/search-manager/fldblafnjampmilcpeemopbdbgahfpoe |
簡介 | Search desired keywords with 4 popular search engines. |
檔案大小 | 373 KB |
安裝次數 | 711 |
目前版本 | 0.1.0 |
更新時間 | 2017-08-31 |
上架時間 | 2017-08-30 |
開發者 | Lynn |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://mybrowseraddon.com/search-manager.html |
說明頁面URL | http://mybrowseraddon.com/search-manager.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "name": "Search Manager", "short_name": "searchmanager", "permissions": [ "tabs", "*:\/\/*\/*", "storage" ], "chrome_url_overrides": { "newtab": "data\/override\/index.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/search-manager.html", "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "Search desired keywords with 4 popular search engines.", "browser_action": { "default_title": "Search Manager", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |