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
电子邮箱 [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__"
        }
    }
}