Marker Upper

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

Co je Marker Upper?

Marker Upper je rozšíření Chrome vyvinuté miss_vee22, a jeho hlavní funkcí je „This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Marker Upper

Stáhněte si soubory rozšíření Marker Upper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
Oficiální URL https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
Popis This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
Velikost souboru 17.79 KB
Počet instalací 195
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-05
Datum Vydání 2017-08-05
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář miss_vee22
Typ Platby free
Podporované Jazyky 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"
    ]
}