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.
拡張機能の基本情報
名前 | Unet |
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\/*", " |