StartsSearch Newtab

StartsSearch Newtab with weather forecasts, bookmarks, current date and time

StartsSearch Newtab란 무엇입니까?

StartsSearch Newtab은(는) http://startssearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StartsSearch Newtab with weather forecasts, bookmarks, current date and time"입니다.

확장 프로그램 스크린샷

screenshot

StartsSearch Newtab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        StartsSearch Newtab is an extension that replaces default browser newtab page with a more functional one.

Newtab page of the extension has additional features: 
- shows current date and time at the left bottom corner
- shows your city weather in the right bottom corner 
- has a button Bookmarks in the right top corner that provides a list of your bookmarks by clicking it
- you can customize settings by clicking icon at the right top button; Settings: time format (12 or 24 hours), display weather, date, logo and bookmarks

Permissions needed:
- Read and change data on startssearch.com - to provide search via our startssearch.com engine
- Replace new tab page - to set our page instead default new tab
- Read browsing history - to make search results more personalized; we are not save this data

Please read carefully: By installing the StartsSearch Newtab extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades.

Terms: https://startssearch.com/terms
Privacy: https://startssearch.com/privacy                    

확장 프로그램 기본 정보

이름 StartsSearch Newtab StartsSearch Newtab
ID blcijdcpjpnolomdooopmmdedobljgjf
공식 URL https://chrome.google.com/webstore/detail/startssearch-newtab/blcijdcpjpnolomdooopmmdedobljgjf
설명 StartsSearch Newtab with weather forecasts, bookmarks, current date and time
파일 크기 297 KB
설치 횟수 7,040
현재 버전 1.62
최근 업데이트 2020-02-25
출시 날짜 2020-02-25
평점 3.90/5 총 30 개의 평점
개발자 http://startssearch.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://startssearch.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "1.62",
    "name": "StartsSearch Newtab",
    "description": "StartsSearch Newtab with weather forecasts, bookmarks, current date and time",
    "icons": {
        "128": "icons\/128.png",
        "36": "icons\/36.png",
        "19": "icons\/19.png",
        "16": "icons\/16.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "36": "icons\/36.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}