Startpage — Private Search Engine & New Tab
Take back your online privacy by using Startpage as your default search engine.
Startpage — Private Search Engine & New Tab란 무엇입니까?
Startpage — Private Search Engine & New Tab은(는) https://startpage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take back your online privacy by using Startpage as your default search engine."입니다.
확장 프로그램 스크린샷
Startpage — Private Search Engine & New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our new tab extension sets Startpage.com as your default search engine and your new tab to the Startpage.com homepage. Privacy Policy: https://www.startpage.com/en/privacy-policy Contact: [email protected] Please let us know about your experience using our new tab feature. Contact us by email ([email protected]) or leave a review!
확장 프로그램 기본 정보
이름 | |
ID | nfepmeogoknijeenahgdfobjfemdahmo |
공식 URL | https://chromewebstore.google.com/detail/startpage-%E2%80%94-private-searc/nfepmeogoknijeenahgdfobjfemdahmo |
설명 | Take back your online privacy by using Startpage as your default search engine. |
파일 크기 | 11.76 KB |
설치 횟수 | 739 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-03-29 |
출시 날짜 | 2020-05-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://startpage.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://support.startpage.com/ |
개인정보 보호 정책 페이지 URL | https://www.startpage.com/en/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.2", "icons": { "16": "icons\/sp_icon_16.png", "48": "icons\/sp_icon_48.png", "128": "icons\/sp_icon_128.png" }, "minimum_chrome_version": "56", "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/*.startpage.com\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "__MSG_searchEngineName__", "keyword": "startpage.com", "search_url": "https:\/\/www.startpage.com\/do\/dsearch?query={searchTerms}&cat=web&pl=ext-chrome&language=__MSG_extensionUrlLanguage__&extVersion=1.0.2", "favicon_url": "https:\/\/www.startpage.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "browser_action": { "default_icon": { "16": "icons\/sp_icon_16.png", "48": "icons\/sp_icon_48.png", "128": "icons\/sp_icon_128.png" }, "default_title": "__MSG_extensionName__" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.startpage.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "default_locale": "en" } |