Home Shortcut

Adds a keyboard shortcut for going to a site's home page.

Home Shortcut क्या है?

Home Shortcut https://mattw.life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a keyboard shortcut for going to a site's home page."।

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

screenshot
screenshot

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

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

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

                        Tap home when at the top of a page to go to that site's home page. If you aren't at the top of the page, double tap.                    

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

नाम Home Shortcut Home Shortcut
ID jllalhdceooamgigoemedpmngiaghdkj
आधिकारिक URL https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj
विवरण Adds a keyboard shortcut for going to a site's home page.
फ़ाइल का आकार 18.62 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2022-05-24
प्रकाशन तिथि 2018-01-24
डेवलपर https://mattw.life
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mattw.life
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Shortcut",
    "version": "1.0.3",
    "description": "Adds a keyboard shortcut for going to a site's home page.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}