startpage

Overrides the browsers newtab page with a custom startpage.

startpage란 무엇입니까?

startpage은(는) etacarinaea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overrides the browsers newtab page with a custom startpage."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Quickly access your favourite websites whenever you open a new tab

Key Features:
• Easy customisation using a built-in configuration menu
• Keyboard controls
• Customisable search function
• Export/Import function to backup your config or to use the same one on multiple devices


The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).                    

확장 프로그램 기본 정보

이름 startpage startpage
ID odmjpppdiaenedpilgldapgbodindjak
공식 URL https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak
설명 Overrides the browsers newtab page with a custom startpage.
파일 크기 34.26 KB
설치 횟수 107
현재 버전 1.11.1
최근 업데이트 2020-06-21
출시 날짜 2020-06-21
평점 5.00/5 총 4 개의 평점
개발자 etacarinaea
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/etacarinaea/startpage
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "startpage",
    "short_name": "startpage",
    "version": "1.11.1",
    "description": "Overrides the browsers newtab page with a custom startpage.",
    "author": "etacarinaea",
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png",
        "192": "img\/icon192.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/update.js",
            "js\/update-config.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}