Unet

Extends Unet functionality. Makes it easier to use.

Unet là gì?

Unet là một tiện ích mở rộng Chrome được phát triển bởi https://www.unet.com, và tính năng chính của nó là "Extends Unet functionality. Makes it easier to use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unet

Tải xuống các tệp mở rộng Unet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unet Unet
ID khfacdappeoebokjfelmoaejjdpgamnn
URL Chính Thức https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn
Mô tả Extends Unet functionality. Makes it easier to use.
Kích Thước Tệp 23.12 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 2.47
Cập Nhật Lần Cuối 2019-11-18
Ngày Phát Hành 2019-11-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.unet.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}