startpage

Overrides the browsers newtab page with a custom startpage.

startpage क्या है?

startpage etacarinaea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Overrides the browsers newtab page with a custom startpage."।

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

screenshot

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

crx प्रारूप में startpage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly access your favourite websites whenever you open a new tab

Key Features:
• Easy customisation using a built-in configuration menu
• Keyboard controls
• Customisable search function
• Export/Import function to backup your config or to use the same one on multiple devices


The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).                    

एक्सटेंशन की मूल जानकारी

नाम startpage startpage
ID odmjpppdiaenedpilgldapgbodindjak
आधिकारिक URL https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak
विवरण Overrides the browsers newtab page with a custom startpage.
फ़ाइल का आकार 34.26 KB
स्थापना संख्या 107
वर्तमान संस्करण 1.11.1
अंतिम अपडेट 2020-06-21
प्रकाशन तिथि 2020-06-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर etacarinaea
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/etacarinaea/startpage
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "startpage",
    "short_name": "startpage",
    "version": "1.11.1",
    "description": "Overrides the browsers newtab page with a custom startpage.",
    "author": "etacarinaea",
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png",
        "192": "img\/icon192.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/update.js",
            "js\/update-config.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}