Marklog.app

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

What is Marklog.app?

Marklog.app is a Chrome extension developed by https://marklog.app, and its main feature is "Marklog app extension allows you to upload new bookmarks easily to your account".

Extension Screenshots

screenshot

Download Marklog.app Extension CRX File

Download Marklog.app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Marklog.app Marklog.app
ID phlmiaplaajpcngichohkbfecinoeoio
Official URL https://chromewebstore.google.com/detail/marklogapp/phlmiaplaajpcngichohkbfecinoeoio
Description Marklog app extension allows you to upload new bookmarks easily to your account
File Size 5.16 MB
Installation Count 28
Current Version 1.0.0
Last Updated 2022-04-06
Publish Date 2022-04-06
Rating 5.00/5 Total 1 Ratings
Developer https://marklog.app
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}