Concept Search Engine
This extensions lets you to easily switch between search engines directly from the new tab page.
Concept Search Engineคืออะไร?
Concept Search Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gajopoezija1 และคุณลักษณะหลักของมันคือ "This extensions lets you to easily switch between search engines directly from the new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Concept Search Engine
ดาวน์โหลดไฟล์ส่วนขยาย Concept Search Engine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search on top search engines with the Concept Search Engine Chrome extension. You can easily switch between Bing, Google and Yahoo search engines directly from the new tab page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | menidfpcnmckonjbbcjkemmijelhhljc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/concept-search-engine/menidfpcnmckonjbbcjkemmijelhhljc |
คำอธิบาย | This extensions lets you to easily switch between search engines directly from the new tab page. |
ขนาดไฟล์ | 10.97 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2018-07-25 |
วันที่เผยแพร่ | 2018-07-25 |
ผู้พัฒนา | gajopoezija1 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/trace.fastsearch.me\/images\/favicon.png", "is_default": true, "keyword": "keyword.fastsearch", "name": "fastsearch", "search_url": "https:\/\/trace.fastsearch.me\/?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "description": "This extensions lets you to easily switch between search engines directly from the new tab page.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "incognito": "split", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl5K2J+adex59yntprTQZ9jGl3YFAb1Fh4Sixo2dgUfy\/z7lYfUJOfI5jvnrfYz9YYWjiGrAYBGwGtWqMo8q89h409itwpvTsbYjmx8wo7NTHhyEze0jhrejMJghsh2N\/v9xK8euflPeoZWqSKbrOaVKk9+o00CeA0uo46IUK5Eqn3Qg0nwsS2mr2hgXMj0YC8pxiL6BE+DwpwYYrushSD5h3aLeMsTK5K3JH1D0\/8HI5LkbLfh7cpV+9JifGPo5sZ\/vchARPQ21KhTSxMQk8XwUARq7nbXbi6i7fHgCxMbcm5r97gujweuZXZwaQnfQf6u80r8J6CdATZ46KARy6\/wIDAQAB", "manifest_version": 2, "name": "Concept Search Engine", "offline_enabled": false, "page_action": { "default_popup": "start-page.html", "default_title": "Concept Search Engine" }, "permissions": [ "tabs", "storage", "management", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |