Unet
Extends Unet functionality. Makes it easier to use.
Apa itu Unet?
Unet adalah ekstensi Chrome yang dikembangkan oleh https://www.unet.com, dan fitur utamanya adalah "Extends Unet functionality. Makes it easier to use.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unet
Unduh file ekstensi Unet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- 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.
Informasi Dasar Ekstensi
Nama | Unet |
ID | khfacdappeoebokjfelmoaejjdpgamnn |
URL Resmi | https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn |
Deskripsi | Extends Unet functionality. Makes it easier to use. |
Ukuran File | 23.12 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 2.47 |
Terakhir Diperbarui | 2019-11-18 |
Tanggal Publikasi | 2019-11-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.unet.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*", " |