UniMark

Universal Bookmark Manager

Wat is UniMark?

UniMark is een Chrome-extensie ontwikkeld door https://vieolo.com, en de belangrijkste functie is "Universal Bookmark Manager".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie UniMark

Download UniMark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UniMark UniMark
ID lgohmifccoelcmmfmcjbgphdfjkdhpel
Officiële URL https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel
Beschrijving Universal Bookmark Manager
Bestandsgrootte 152 KB
Aantal Installaties 15
Huidige Versie 1.7.0
Laatst Bijgewerkt 2023-06-22
Publicatiedatum 2020-04-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://vieolo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vieolo.com/app/unimark/
Ondersteunde Talen 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
}