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
擴展基本資訊
名稱 | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
官方網址 | 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 |
電子郵箱 | [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" } } |