Marker Upper

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

Qu'est-ce que Marker Upper ?

Marker Upper est une extension Chrome développée par miss_vee22, et sa fonction principale est "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Marker Upper

Téléchargez les fichiers d'extension Marker Upper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
URL Officiel 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
Taille du Fichier 17.79 KB
Nombre d'Installations 195
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-05
Date de Publication 2017-08-05
Évaluation 2.50/5 Total 2 Évaluations
Développeur miss_vee22
Type de Paiement free
Langues Prises en Charge 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"
    ]
}