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 là gì?

Marker Upper là một tiện ích mở rộng Chrome được phát triển bởi miss_vee22, và tính năng chính của nó là "This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marker Upper

Tải xuống các tệp mở rộng Marker Upper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Marker Upper Marker Upper
ID cfgiacffgadlkgbephhggeeapdfflfml
URL Chính Thức https://chrome.google.com/webstore/detail/marker-upper/cfgiacffgadlkgbephhggeeapdfflfml
Mô tả This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier
Kích Thước Tệp 17.79 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-05
Ngày Phát Hành 2017-08-05
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển miss_vee22
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}