Unet

Extends Unet functionality. Makes it easier to use.

Unet क्या है?

Unet https://www.unet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends Unet functionality. Makes it easier to use."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Provides notifications for new messages and events.
- Helps to understand that a website, which has a personal domain name, is part of Unet.
- Activates a browser tab with the Webtop if it's already open.
- Extends the color picker function with an Eyedropper.
- Allows to edit and delete messages by clicking on right mouse button.                    

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

नाम Unet Unet
ID khfacdappeoebokjfelmoaejjdpgamnn
आधिकारिक URL https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn
विवरण Extends Unet functionality. Makes it easier to use.
फ़ाइल का आकार 23.12 KB
स्थापना संख्या 56
वर्तमान संस्करण 2.47
अंतिम अपडेट 2019-11-18
प्रकाशन तिथि 2019-11-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.unet.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unet",
    "version": "2.47",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "session_register.js",
            "notify_listener.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.unet.com\/*",
                "*:\/\/*.unet.net\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "contextMenus",
        "*:\/\/*.unet.com\/*",
        "*:\/\/*.unet.net\/*",
        "*:\/\/*.unet.io\/*",
        ""
    ],
    "icons": {
        "128": "images\/unet_128.png",
        "48": "images\/unet_48.png",
        "16": "images\/unet_16.png"
    }
}