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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}