Unet

Extends Unet functionality. Makes it easier to use.

什么是Unet?

Unet是由https://www.unet.com开发的Chrome扩展程序,该扩展的主要功能是“Extends Unet functionality. Makes it easier to use.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Unet扩展crx文件

下载Unet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - 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"
    }
}