Marka

Web Page Marker, Keyword Highlighter, Saver

What is Marka?

Marka is a Chrome extension developed by searchpuzzle38, and its main feature is "Web Page Marker, Keyword Highlighter, Saver".

Extension Screenshots

screenshot
screenshot
screenshot

Download Marka Extension CRX File

Download Marka 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

                        ★ Mark selected text of web page in various colors
★ Keyword Highlighter using Syntax: "word+ test? word# block_chain x~y one,two,three"
★ Save Notes for different highlight keyword syntaxes
★ Save marked/highlighted web pages or copy to clipboard
★ Web page Sidebar to quickly identify where highlights and marks were made
★ Export/Import keyword notes as web page metadata
★ Additional webpage formatting and feature copy functions: currently only for "Google Patents"
★ Context-menu functions: currently only available for "Google Patents" & "Espacenet" (see Help for details)                    

Extension Basic Information

Name Marka Marka
ID njhmmbjipggpianofbbfpegbcneiabij
Official URL https://chromewebstore.google.com/detail/marka/njhmmbjipggpianofbbfpegbcneiabij
Description Web Page Marker, Keyword Highlighter, Saver
File Size 1.02 MB
Installation Count 80
Current Version 25
Last Updated 2023-11-15
Publish Date 2020-06-28
Developer searchpuzzle38
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Marka",
    "version": "25",
    "description": "Web Page Marker, Keyword Highlighter, Saver",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_title": "Marka",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "inc\/icon16.png",
            "32": "inc\/icon32.png",
            "48": "inc\/icon48.png",
            "64": "inc\/icon64.png",
            "128": "inc\/icon128.png"
        }
    },
    "icons": {
        "16": "inc\/icon16.png",
        "32": "inc\/icon32.png",
        "48": "inc\/icon48.png",
        "64": "inc\/icon64.png",
        "128": "inc\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib.js",
                "js\/vars.js",
                "js\/save.js",
                "js\/menu.js",
                "js\/sidebar.js",
                "js\/keywords.js",
                "js\/marker.js",
                "js\/patent.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}