Marker Upper

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

Cos'è Marker Upper?

Marker Upper è un'estensione di Chrome sviluppata da miss_vee22, e la sua funzione principale è "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Marker Upper

Scarica i file di estensione Marker Upper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
URL Ufficiale https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
Descrizione This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
Dimensione del File 17.79 KB
Conteggio Installazioni 195
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-05
Data di Pubblicazione 2017-08-05
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore miss_vee22
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}