Marklog.app

Marklog app extension allows you to upload new bookmarks easily to your account

Wat is Marklog.app?

Marklog.app is een Chrome-extensie ontwikkeld door https://marklog.app, en de belangrijkste functie is "Marklog app extension allows you to upload new bookmarks easily to your account".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Marklog.app

Download Marklog.app-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

                        Marklog allows you to collect and organise any link quickly focusing on usability. Install this extension to collect new bookmarks directly from your browser.

Improve your productivity and never lose any bookmark again.                    

Basisinformatie over de Extensie

Naam Marklog.app Marklog.app
ID phlmiaplaajpcngichohkbfecinoeoio
Officiële URL https://chromewebstore.google.com/detail/marklogapp/phlmiaplaajpcngichohkbfecinoeoio
Beschrijving Marklog app extension allows you to upload new bookmarks easily to your account
Bestandsgrootte 5.16 MB
Aantal Installaties 28
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-04-06
Publicatiedatum 2022-04-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://marklog.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marklog.app",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Marklog app extension allows you to upload new bookmarks easily to your account",
    "homepage_url": "https:\/\/marklog.app\/",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "event.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}