Presto Search
Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Presto Searchคืออะไร?
Presto Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://presto-search.com และคุณลักษณะหลักของมันคือ "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presto Search
ดาวน์โหลดไฟล์ส่วนขยาย Presto Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use Presto Search, featuring Yahoo Search, to quickly access the relevant information, videos, images, and answers from across the web. EULA: http://infospace.com/downloadable/terms/eula.html Privacy Policy: http://infospace.com/downloadable/terms/privacy.html You can uninstall this extension at any time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | agbpdbjnmlgldkepgkfaimemhaobhmig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig |
คำอธิบาย | Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider. |
ขนาดไฟล์ | 19.2 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.1.24 |
อัปเดตครั้งล่าสุด | 2018-05-10 |
วันที่เผยแพร่ | 2018-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://presto-search.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://presto-search.com |
URL หน้านโยบายความเป็นส่วนตัว | https://search-ace.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presto Search", "version": "0.1.24", "description": "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.", "author": "System 1, LLC", "icons": { "16": "assets\/img\/logo16.png", "48": "assets\/img\/logo48.png", "128": "assets\/img\/logo128.png" }, "browser_action": { "default_title": "Presto Search" }, "permissions": [ "tabs", "http:\/\/presto-search.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/newTab.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.presto-search.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Yahoo", "instant_url": "http:\/\/presto-search.com\/redirect.html", "search_url": "http:\/\/presto-search.com\/redirect.html?q={searchTerms}", "favicon_url": "http:\/\/presto-search.com\/logo16.png", "keyword": "Yahoo", "encoding": "UTF-8", "alternate_urls": [], "search_url_post_params": "", "instant_url_post_params": "", "is_default": true } }, "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "https:\/\/*.google-analytics.com\/**\/*", "https:\/\/tagmanager.google.com\/*", "js\/gtm.js", "insp.localstorage.js" ] } |