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ファイルをダウンロード

Quick Startpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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__"
        }
    }
}