Websktop Speed Dial

Changes New Tab page to https://websktop.com

Websktop Speed Dial क्या है?

Websktop Speed Dial https://websktop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes New Tab page to https://websktop.com"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Build and customize your own speed dial page with Websktop.

With Websktop you can:
  🏠 Build your own new homepage
  🗂️ Organize your bookmarks
  🖥️ Unleash the power of desktop-like user experience
  🔥 Powerful copy, paste, drag & drop
  ✨ Create multiple Websktops
  🌎 Share Websktops with others
  🎨 Customize backgrounds, icons & more                    

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

नाम Websktop Speed Dial Websktop Speed Dial
ID hmhoefiijgfmodaajchjhehjhpjhekib
आधिकारिक URL https://chromewebstore.google.com/detail/websktop-speed-dial/hmhoefiijgfmodaajchjhehjhpjhekib
विवरण Changes New Tab page to https://websktop.com
फ़ाइल का आकार 18.45 MB
स्थापना संख्या 85
वर्तमान संस्करण 1.0.67
अंतिम अपडेट 2023-10-31
प्रकाशन तिथि 2022-06-05
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर https://websktop.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://websktop.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Websktop Speed Dial",
    "version": "1.0.67",
    "manifest_version": 3,
    "description": "Changes New Tab page to https:\/\/websktop.com",
    "homepage_url": "https:\/\/websktop.com",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png",
        "196": "icons\/favicon-196x196.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/websktop.com\/"
    },
    "host_permissions": [
        "https:\/\/websktop.com\/*"
    ],
    "externally_connectable": {
        "ids": [
            "hmhoefiijgfmodaajchjhehjhpjhekib"
        ],
        "matches": [
            "https:\/\/websktop.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "w"
    },
    "background": {
        "service_worker": "extension.js"
    }
}