12Startpage.com - Startpage Manager
12Startpage.com - Startpage Manager
12Startpage.com - Startpage Manager란 무엇입니까?
12Startpage.com - Startpage Manager은(는) http://12startpage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "12Startpage.com - Startpage Manager"입니다.
확장 프로그램 스크린샷
12Startpage.com - Startpage Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start the web with your usefull Startpage. All important functions from one source. Overview: 1. Search from Google, Bing or Yahoo. 2. eMail, Weather, Google Calendar, Notes. 3. Your Website-Favorites placed on startpage. 4. One searchbar for multiple targets. Amazon, eBay, Youtube, Wikipedia, Translator and other Tools. 5. Upload your own background image from lovely sources like family,car,pets or use our database of images. 6. Sync your Website-Favorits with your Phone or Tablet. EULA http://www.12startpage.com/pages/en/terms.php Privacy Policy http://www.12startpage.com/pages/en/privacy.php ------------------------------------------------------------------------------------ Starte ins Web mit einer schnellen und intelligenten Startseite. Alle wichtigen Funktionen auf einer Seite. Übersicht: 1. Websuche mit Google, Bing oder Yahoo. 2. eMail, Wetter, Google Kalendar, Notizen. 3. Deine Lesezeichen direkt auf der Startseite griffbereit. 4. Eine Suchleiste mit mehreren Zielen. Amazon, eBay, Youtube, Wikipedia, Translator und weitere Tools. 5. Lade ein eigenes privates Hintergrundbild von Deiner Familie, Auto, Haustier, Landschaft usw hoch oder verwende eines der Bilder in der Galerie. 6. Snychronisiere Deine Lesezeichen mit deinem Handy oder tablet. AGB http://www.12startpage.com/pages/de/agb.php Datenschutzerklärung http://www.12startpage.com/pages/de/datenschutz.php
확장 프로그램 기본 정보
이름 | |
ID | dcfapkagbhdddobhahhoelfpojbhmjdn |
공식 URL | https://chrome.google.com/webstore/detail/12startpagecom-startpage/dcfapkagbhdddobhahhoelfpojbhmjdn |
설명 | 12Startpage.com - Startpage Manager |
파일 크기 | 23.67 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.2.2.1 |
최근 업데이트 | 2019-04-07 |
출시 날짜 | 2019-04-07 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | http://12startpage.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.12startpage.com |
개인정보 보호 정책 페이지 URL | https://www.12Startpage.com/pages/en/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "12Startpage.com - Startpage Manager", "manifest_version": 2, "name": "12Startpage.com - Startpage Manager", "version": "2.2.2.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png" }, "default_title": "12StartPage.com", "default_popup": "popup.html" }, "minimum_chrome_version": "22", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "redirect.html" }, "externally_connectable": { "matches": [ "*:\/\/*.12startpage.com\/*" ] }, "permissions": [ "*:\/\/12startpage.com\/*", "tabs", "activeTab", "management", "cookies", "storage" ] } |