Marker Upper

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

ما هو Marker Upper؟

Marker Upper هو إضافة Chrome تم تطويرها بواسطة miss_vee22، والميزة الرئيسية لها هي "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Marker Upper

قم بتنزيل ملفات الامتداد Marker Upper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
عنوان URL الرسمي https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
الوصف This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
حجم الملف 17.79 KB
عدد التثبيتات 195
النسخة الحالية 1.0
آخر تحديث 2017-08-05
تاريخ النشر 2017-08-05
تقييم 2.50/5 مجموع تقييمات 2
المطور miss_vee22
نوع الدفع free
اللغات المدعومة 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"
    ]
}