Search Manager
Search desired keywords with 4 popular search engines.
Search Managerคืออะไร?
Search Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Search desired keywords with 4 popular search engines."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |