Marker Upper

This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier

What is Marker Upper?

Marker Upper is a Chrome extension developed by miss_vee22, and its main feature is "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

Extension Screenshots

screenshot

Download Marker Upper Extension CRX File

Download Marker Upper 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

                        With a right click and control key, users will have the ability to markup any text on your site, increasing readability and note-taking ability.. Make sure to right click while pressing the control key for the marker options to show.                    

Extension Basic Information

Name Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
Official URL https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
Description This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
File Size 17.79 KB
Installation Count 195
Current Version 1.0
Last Updated 2017-08-05
Publish Date 2017-08-05
Rating 2.50/5 Total 2 Ratings
Developer miss_vee22
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marker Upper",
    "description": "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier",
    "version": "1.0",
    "background": {
        "scripts": [
            "markerupper.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Marker Upper"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*\/",
        "*:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/",
        "",
        "tts",
        "background",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "markerupper.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "style.css"
    ]
}