Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
Presearch.com Start With Usとは何ですか?
Presearch.com Start With Usはhttps://presearch.comによって開発されたChromeの拡張機能で、その主な機能は「Set Chrome's Homepage and New Tab page to Presearch.com」です。
拡張機能のスクリーンショット
Presearch.com Start With Us拡張機能のCRXファイルをダウンロード
Presearch.com Start With Us拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to set your browser homepage to presearch.com 拡張機能の基本情報
| 名前 | |
| ID | fbknefhkjhbolemlchjhacbgckdjggod |
| 公式URL | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
| 説明 | Set Chrome's Homepage and New Tab page to Presearch.com |
| ファイルサイズ | 24.85 KB |
| インストール数 | 37,200 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2022-06-07 |
| 公開日 | 2018-01-26 |
| 評価 | 4.63/5 合計 195 レビュー |
| 開発者 | https://presearch.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://presearch.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Presearch.com Start With Us",
"description": "Set Chrome's Homepage and New Tab page to Presearch.com",
"version": "1.0.3",
"homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.presearch.com\/*"
],
"css": [
"assets\/popup-visibility.css"
],
"js": [
"assets\/popup-visibility.js"
],
"run_at": "document_start"
}
],
"permissions": [
"*:\/\/*.presearch.com\/*"
],
"chrome_settings_overrides": {
"homepage": "https:\/\/presearch.com\/?utm_source=extcr",
"startup_pages": [
"https:\/\/presearch.com\/?utm_source=extcr"
]
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |