Unet
Extends Unet functionality. Makes it easier to use.
什麼是Unet?
Unet是由https://www.unet.com開發的Chrome擴展程式,該擴展的主要功能是“Extends Unet functionality. Makes it easier to use.”。
擴展截圖
下載Unet擴展crx文件
下載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 |
| 官方網址 | 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\/*",
" | |