Unet
Extends Unet functionality. Makes it easier to use.
What is Unet?
Unet is a Chrome extension developed by https://www.unet.com, and its main feature is "Extends Unet functionality. Makes it easier to use.".
Extension Screenshots
Download Unet Extension CRX File
Download Unet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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.
Extension Basic Information
Name | Unet |
ID | khfacdappeoebokjfelmoaejjdpgamnn |
Official URL | https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn |
Description | Extends Unet functionality. Makes it easier to use. |
File Size | 23.12 KB |
Installation Count | 56 |
Current Version | 2.47 |
Last Updated | 2019-11-18 |
Publish Date | 2019-11-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.unet.com |
Payment Type | free |
Supported Languages | 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\/*", " |