Unet
Extends Unet functionality. Makes it easier to use.
Cos'è Unet?
Unet è un'estensione di Chrome sviluppata da https://www.unet.com, e la sua funzione principale è "Extends Unet functionality. Makes it easier to use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unet
Scarica i file di estensione Unet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | khfacdappeoebokjfelmoaejjdpgamnn |
| URL Ufficiale | https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn |
| Descrizione | Extends Unet functionality. Makes it easier to use. |
| Dimensione del File | 23.12 KB |
| Conteggio Installazioni | 56 |
| Versione Corrente | 2.47 |
| Ultimo Aggiornamento | 2019-11-18 |
| Data di Pubblicazione | 2019-11-15 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://www.unet.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*",
" | |