Quick Startpage

Advanced Newtab with your bookmarks, apps, tabs and search

Quick Startpage क्या है?

Quick Startpage Tim G द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced Newtab with your bookmarks, apps, tabs and search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Startpage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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__"
        }
    }
}