Quick Startpage

Advanced Newtab with your bookmarks, apps, tabs and search

Quick Startpage là gì?

Quick Startpage là một tiện ích mở rộng Chrome được phát triển bởi Tim G, và tính năng chính của nó là "Advanced Newtab with your bookmarks, apps, tabs and search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick Startpage

Tải xuống các tệp mở rộng Quick Startpage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick Startpage Quick Startpage
ID dgbkppglifchfjpombkeaijnpppcfibf
URL Chính Thức https://chromewebstore.google.com/detail/quick-startpage/dgbkppglifchfjpombkeaijnpppcfibf
Mô tả Advanced Newtab with your bookmarks, apps, tabs and search
Kích Thước Tệp 2.4 MB
Số Lần Cài Đặt 1,936
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2020-06-23
Đánh Giá 4.71/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Tim G
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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__"
        }
    }
}