The Hub Share

Share interesting websites on The Hub easily, with the click of a button

The Hub Share क्या है?

The Hub Share https://thehub.scot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share interesting websites on The Hub easily, with the click of a button"।

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

screenshot
screenshot

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

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

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

                        Share interesting websites on The Hub, by clicking the button by the address bar.                    

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

नाम The Hub Share The Hub Share
ID hdkobomioponmcmccmeldencikdpboef
आधिकारिक URL https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef
विवरण Share interesting websites on The Hub easily, with the click of a button
फ़ाइल का आकार 29.57 KB
स्थापना संख्या 34
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2021-11-15
प्रकाशन तिथि 2018-11-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://thehub.scot
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://thehub.scot
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Hub Share",
    "description": "Share interesting websites on The Hub easily, with the click of a button",
    "version": "2.3.0",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Share This Page",
        "default_icon": {
            "19": "images\/yes2hub-19.png",
            "38": "images\/yes2hub-38.png"
        }
    },
    "background": {
        "scripts": [
            "functions.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "yes2hub-16.png",
        "128": "yes2hub-128.png"
    }
}