Unet

Extends Unet functionality. Makes it easier to use.

Co to jest Unet?

Unet to rozszerzenie Chrome opracowane przez https://www.unet.com, a jego główną funkcją jest „Extends Unet functionality. Makes it easier to use.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Unet

Pobierz pliki rozszerzeń Unet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unet Unet
ID khfacdappeoebokjfelmoaejjdpgamnn
Oficjalny URL https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn
Opis Extends Unet functionality. Makes it easier to use.
Rozmiar pliku 23.12 KB
Liczba instalacji 56
Aktualna Wersja 2.47
Ostatnia Aktualizacja 2019-11-18
Data Publikacji 2019-11-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.unet.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}