Speed Search Tab
Speed Search is replacement of new tab page with fast access to search engines like Google and Yandex and your favorite sites
Speed Search Tabคืออะไร?
Speed Search Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dsda และคุณลักษณะหลักของมันคือ "Speed Search is replacement of new tab page with fast access to search engines like Google and Yandex and your favorite sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Search Tab
ดาวน์โหลดไฟล์ส่วนขยาย Speed Search Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you can use two international search engines such as Google and Yandex simply by selecting the right from the search bar. You can also choose the type of search by clicking on the icon in right bar or on the text link below the search bar. When typing in the search bar, you will be offered to relevant queries, by clicking on which you instantly jump to the search results. Well, you can customize frequently visited sites in the right column, simply by clicking on the + icon. In option page you can sort it. Design also can configure the options panel. New on this version: - minor bug fixes - add shodan search engine
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speed Search Tab |
ID | lgdmhbagdafnclmbgdhphhodkfmfkpio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speed-search-tab/lgdmhbagdafnclmbgdhphhodkfmfkpio |
คำอธิบาย | Speed Search is replacement of new tab page with fast access to search engines like Google and Yandex and your favorite sites |
ขนาดไฟล์ | 302 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2014-10-10 |
วันที่เผยแพร่ | 2014-10-10 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | dsda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Speed Search is replacement of new tab page with fast access to search engines like Google and Yandex and your favorite sites", "icons": { "128": ".\/assets\/images\/icon128.png", "16": ".\/assets\/images\/icon16.png", "32": ".\/assets\/images\/icon32.png", "48": ".\/assets\/images\/icon48.png", "64": ".\/assets\/images\/icon64.png" }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net https:\/\/ssl.google-analytics.com https:\/\/www.google.com https:\/\/suggest.yandex.ru https:\/\/ajax.googleapis.com https:\/\/suggest-maps.yandex.ru https:\/\/maps.google.com https:\/\/suggestqueries.google.com https:\/\/coinbase.com; object-src 'self'", "permissions": [ "https:\/\/*.doubleclick.net", "https:\/\/*.yandex.ru\/", "https:\/\/*.google.com\/", "https:\/\/*.google-analytics.com\/", "https:\/\/*.googleapis.com\/", "https:\/\/coinbase.com\/", "storage" ], "manifest_version": 2, "name": "Speed Search Tab", "short_name": "Speed Tab", "options_page": "options.html", "version": "0.7", "web_accessible_resources": [ "newtab.html", "options.html", "search.html" ] } |