UniMark

Universal Bookmark Manager

Qu'est-ce que UniMark ?

UniMark est une extension Chrome développée par https://vieolo.com, et sa fonction principale est "Universal Bookmark Manager".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UniMark

Téléchargez les fichiers d'extension UniMark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UniMark UniMark
ID lgohmifccoelcmmfmcjbgphdfjkdhpel
URL Officiel https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel
Description Universal Bookmark Manager
Taille du Fichier 152 KB
Nombre d'Installations 15
Version Actuelle 1.7.0
Dernière Mise à Jour 2023-06-22
Date de Publication 2020-04-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://vieolo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vieolo.com/app/unimark/
Langues Prises en Charge 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
}