WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ReadMark - Save Reading Position & Bookmark Progress

ReadMark - Save Reading Position & Bookmark Progress

View on Chrome Web Store
View ReadMark - Save Reading Position & Bookmark Progress Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Auto-save your reading position on any webpage. Resume exactly where you left off. Never lose your place in long articles again.
Type
Extension
Users
8 users
1
ktg
View author page of ktg
Published
Published on January 19, 2026
Version 1.0.3
Manifest version
3
Updated
Updated on February 24, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ReadMark - Save Reading Position & Bookmark Progress 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,
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus",
        "alarms",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-BBA8pKhL.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "public\/icons\/icon-16.png",
            "32": "public\/icons\/icon-32.png",
            "48": "public\/icons\/icon-48.png",
            "128": "public\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "32": "public\/icons\/icon-32.png",
        "48": "public\/icons\/icon-48.png",
        "128": "public\/icons\/icon-128.png"
    },
    "commands": {
        "add-bookmark": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "Bookmark current reading position"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/index-CI6cnnkF.js",
                "assets\/usageTracker-DGHiA1Hu.js",
                "assets\/index.ts-CozU4SjT.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2026 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