WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
markerNote - web, PDF highlighter & notes

markerNote - web, PDF highlighter & notes

View on Chrome Web Store
View markerNote - web, PDF highlighter & notes Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (11 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Persistent PDF highlighter. Highlight text & insert into notes in markdown format. Auto-organize notes by date, domain. sync Gdrive
Type
Extension
Users
1,000 users
1
Website noterail.co
brahmastra
View author page of brahmastra
Published
Published on March 30, 2024
Version 0.0.36
Manifest version
3
Updated
Updated on April 28, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View markerNote - web, PDF highlighter & notes Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "123",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "markerNote",
    "description": "__MSG_extDescription__",
    "version": "0.0.36",
    "author": "NoteRail",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "Open markerNote (Alt+M)",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M",
                "linux": "Alt+M"
            }
        },
        "colorpot_popup": {
            "suggested_key": {
                "default": "Alt+H",
                "windows": "Alt+H",
                "mac": "Alt+H",
                "linux": "Alt+H"
            },
            "description": "Highlight text"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/colorpot\/highlighter-DNSESW2H.css",
                "scripts\/colorpot\/highlight-colorpot.js",
                "scripts\/colorpot\/comment-WWJ465NJ.css",
                "scripts\/serializer\/markdown\/enums.js",
                "scripts\/serializer\/markdown\/mark-json-serializer.js",
                "scripts\/serializer\/markdown\/mark-txt-serializer.js",
                "scripts\/serializer\/notion\/notion-serializer.js",
                "scripts\/youtube\/yt-transcript-ZZZ6COS6.css",
                "scripts\/youtube\/yt-api-request-LHFVH6YZ.js",
                "scripts\/youtube\/yt-caption-highlighter-HVB56IQ2.js",
                "scripts\/auto-popup.js",
                "assets\/pdf-proxy.html",
                "icon.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "iframe_rule",
                "enabled": true,
                "path": "iframe_request.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cloud.markernote.noterail.co\/*",
            "https:\/\/pdfmarker.noterail.co\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "scripting",
        "sidePanel",
        "storage"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top