Presto Search
Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Presto Search là gì?
Presto Search là một tiện ích mở rộng Chrome được phát triển bởi http://presto-search.com, và tính năng chính của nó là "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Presto Search
Tải xuống các tệp mở rộng Presto Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | agbpdbjnmlgldkepgkfaimemhaobhmig |
URL Chính Thức | https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig |
Mô tả | Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider. |
Kích Thước Tệp | 19.2 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.1.24 |
Cập Nhật Lần Cuối | 2018-05-10 |
Ngày Phát Hành | 2018-05-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://presto-search.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://presto-search.com |
URL Trang Chính Sách Bảo Mật | https://search-ace.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |