Marker Upper

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

Apa itu Marker Upper?

Marker Upper adalah ekstensi Chrome yang dikembangkan oleh miss_vee22, dan fitur utamanya adalah "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Marker Upper

Unduh file ekstensi Marker Upper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
URL Resmi https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
Deskripsi This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
Ukuran File 17.79 KB
Jumlah Instalasi 195
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-08-05
Tanggal Publikasi 2017-08-05
Penilaian 2.50/5 Total 2 Penilaian
Pengembang miss_vee22
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}