Presto Search
Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Presto Searchとは何ですか?
Presto Searchはhttp://presto-search.comによって開発されたChromeの拡張機能で、その主な機能は「Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.」です。
拡張機能のスクリーンショット
Presto Search拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |