UniMark
Universal Bookmark Manager
Cos'è UniMark?
UniMark è un'estensione di Chrome sviluppata da https://vieolo.com, e la sua funzione principale è "Universal Bookmark Manager".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UniMark
Scarica i file di estensione UniMark 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
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.
Informazioni di Base sull'Estensione
Nome | UniMark |
ID | lgohmifccoelcmmfmcjbgphdfjkdhpel |
URL Ufficiale | https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel |
Descrizione | Universal Bookmark Manager |
Dimensione del File | 152 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2023-06-22 |
Data di Pubblicazione | 2020-04-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://vieolo.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vieolo.com/app/unimark/ |
Lingue Supportate | 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 } |