Search Center
Quickly Search & re-search multiple sites without having to type your search terms again and again
Search Centerคืออะไร?
Search Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://angryturtle.net และคุณลักษณะหลักของมันคือ "Quickly Search & re-search multiple sites without having to type your search terms again and again"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Center
ดาวน์โหลดไฟล์ส่วนขยาย Search Center ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly search your favorite sites & search engines without having to re-type your search every time. Includes engines like google, wikipedia, imdb, amazon, twitter, ebay or easily add your favourite websites. Autopopulates with selected text or previous search. Please add ideas suggestions to; here or: (new) Angry Turtle Google Group http://groups.google.com/group/angryturtle/topics Follow me on twitter http://twitter.com/AngryTurtleLtd Version History 4.0 updated to manifest V2 3.7.x fixing bugs and preparing for manifest 2 3.7.0 Search current site button on popup 3.6.0 Toggle Searchbar 3.5.0 Searchbar hotkey is now customisable Suggestions are less invasive 3.4.0 Context Menu Drag to Move 3.3.0 Can rename groups Updated popup UI 3.2.0 Group Engines 3.1.0 tab search disable search bar 3.0.0 hot key search bar (ctrl + q) 2.9.0 Pin engines for multi-search 2.8.0 Disable suggestion Small icons 2.70 Rightclick search box for history can export/import engines from options page 2.6.0 search suggestion when typing fixed last site & features bug 2.5.0 search History can set the default engine to the last engine used 2.4.0 can edit website details in options default search is now the first website on the list default search button now responds to right click 2.3.0 right click multi-search (does not close the popup) 2.2.0 quick key searches e.g a default search for "food /w" will search wikipedia for food 2.1.0 can now reorder engines default search on a selected Url will open that Url directly new features page 2.0.0 will remember searches from the address bar, if the the website matches search center's websites. 1.9.0 shift+enter will search the current site (in popup) support for mycroft.mozdev.org definitions 1.8.0 & below Ability to train websites Image cache speeds up loading, (Thanks PAEz!) Can automatically add many websites Middle click opens new tab,left clicks opens in same tab. (Thanks PAEz!) Open search in same tab (set in options menu) Remembers google address bar searches including other countries domains (e.g co.uk) Default search added (press enter ) Manual add search engines (in options) selected text will appear in pop Tim Ker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Center |
ID | ndfplmdnbnefomnjiknbpejdceedhdmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-center/ndfplmdnbnefomnjiknbpejdceedhdmf |
คำอธิบาย | Quickly Search & re-search multiple sites without having to type your search terms again and again |
ขนาดไฟล์ | 278 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 4.0.1 |
อัปเดตครั้งล่าสุด | 2015-01-09 |
วันที่เผยแพร่ | 2015-01-08 |
คะแนน | 4.38/5 รวมทั้งหมด 250 คะแนน |
ผู้พัฒนา | https://angryturtle.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://groups.google.com/group/angryturtle/topics |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Center", "version": "4.0.1", "description": "Quickly Search & re-search multiple sites without having to type your search terms again and again", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": "images\/spinWorld.png", "default_popup": "popup.html", "default_title": "Search Center" }, "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/engines.js", "js\/engine.js", "js\/engineGroup.js", "js\/imageCache.js", "js\/notify.js", "js\/search.js", "background.html" ] }, "minimum_chrome_version": "6", "options_page": "options.html", "icons": { "128": "images\/spinWorld.png" }, "content_scripts": [ { "matches": [ "http:\/\/mycroft.mozdev.org\/*" ], "js": [ "contentScripts\/mycroft.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/spinWorld.png" ] } |