Quick Startpage

Advanced Newtab with your bookmarks, apps, tabs and search

Quick Startpage란 무엇입니까?

Quick Startpage은(는) Tim G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced Newtab with your bookmarks, apps, tabs and search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Quick Startpage is Chrome's advanced newtab with Search, based on your bookmarks. Quick Startpage allows you to quickly access your Tabs, Visited pages, Apps and Search. Also, you can easy save tabs and windows to bookmarks and restore them later.                    

확장 프로그램 기본 정보

이름 Quick Startpage Quick Startpage
ID dgbkppglifchfjpombkeaijnpppcfibf
공식 URL https://chromewebstore.google.com/detail/quick-startpage/dgbkppglifchfjpombkeaijnpppcfibf
설명 Advanced Newtab with your bookmarks, apps, tabs and search
파일 크기 2.4 MB
설치 횟수 1,936
현재 버전 1.7.0
최근 업데이트 2024-02-06
출시 날짜 2020-06-23
평점 4.71/5 총 48 개의 평점
개발자 Tim G
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Startpage",
    "short_name": "Quick Startpage",
    "description": "__MSG_extDescr__",
    "version": "1.7.0",
    "permissions": [
        "favicon",
        "bookmarks",
        "sessions",
        "storage",
        "unlimitedStorage",
        "topSites",
        "tabs",
        "tabGroups",
        "management"
    ],
    "background": {
        "service_worker": "js\/eventpage.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": {
            "19": "icon\/96gray.png",
            "38": "icon\/96gray.png"
        },
        "default_title": "Quick Startpage",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "minimum_chrome_version": "90",
    "icons": {
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "commands": {
        "toggle-quick-start": {
            "description": "__MSG_commandToggleQuickStart__"
        }
    }
}