Mark As Read

Mark a page as read by clicking on the extension icon.

What is Mark As Read?

Mark As Read is a Chrome extension developed by edoreld, and its main feature is "Mark a page as read by clicking on the extension icon.".

Extension Screenshots

screenshot

Download Mark As Read Extension CRX File

Download Mark As Read 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

                        Extra Features:
 - Backup & Restore links

To activate these extra features, right click on the extension icon and click on Options.                    

Extension Basic Information

Name Mark As Read Mark As Read
ID hiflhkmicfagennabmnfcnnlpkmidfjj
Official URL https://chromewebstore.google.com/detail/mark-as-read/hiflhkmicfagennabmnfcnnlpkmidfjj
Description Mark a page as read by clicking on the extension icon.
File Size 11.28 KB
Installation Count 550
Current Version 1.0.0
Last Updated 2022-03-11
Publish Date 2020-05-09
Rating 3.73/5 Total 15 Ratings
Developer edoreld
Email [email protected]
Payment Type free
Extension Website https://github.com/edoreld/mark-as-read
Help Page URL https://github.com/edoreld/mark-as-read/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mark As Read",
    "version": "1.0.0",
    "description": "Mark a page as read by clicking on the extension icon. ",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "mark_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Mark\/unmark the current page"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "downloads",
        "unlimitedStorage"
    ],
    "options_page": "options.html"
}