Unet
Extends Unet functionality. Makes it easier to use.
Что такое Unet?
Unet - это расширение Chrome, разработанное https://www.unet.com, и его основная функция - "Extends Unet functionality. Makes it easier to use.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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\/*",
" | |