UniMark
Universal Bookmark Manager
UniMarkとは何ですか?
UniMarkはhttps://vieolo.comによって開発されたChromeの拡張機能で、その主な機能は「Universal Bookmark Manager」です。
拡張機能のスクリーンショット
UniMark拡張機能のCRXファイルをダウンロード
UniMark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UniMark is a productivity tool which stores and gives access to your browser bookmarks across multiple platforms. All you need to do is to download the extension and app, log in, and save the links to the webpages that are important to you. You can then access, use, and modify them from anywhere. UniMark is currently available in Chrome and Firefox browsers as extensions and in Android as an app. The saved links are categorised in different folders to help you keep your important bookmarks organised.
拡張機能の基本情報
名前 | UniMark |
ID | lgohmifccoelcmmfmcjbgphdfjkdhpel |
公式URL | https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel |
説明 | Universal Bookmark Manager |
ファイルサイズ | 152 KB |
インストール数 | 15 |
現在のバージョン | 1.7.0 |
最終更新日 | 2023-06-22 |
公開日 | 2020-04-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://vieolo.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vieolo.com/app/unimark/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UniMark", "version": "1.7.0", "description": "Universal Bookmark Manager", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "tabs", "contextMenus", "bookmarks" ], "action": { "default_popup": "index.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "manifest_version": 3 } |