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是由miss_vee22开发的Chrome扩展程序,该扩展的主要功能是“This extension with allow you to mark up any website in your browser. Making reading, learning and focussing on content easier”。

扩展截图

screenshot

下载Marker Upper扩展crx文件

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