Unet

Extends Unet functionality. Makes it easier to use.

Unetคืออะไร?

Unet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.unet.com และคุณลักษณะหลักของมันคือ "Extends Unet functionality. Makes it easier to use."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}