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
官方網址 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"
    ]
}