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