MouseDo - A Way of Reading

Keep away from information islands and gather hundreds of cream.

Apa itu MouseDo - A Way of Reading?

MouseDo - A Way of Reading adalah ekstensi Chrome yang dikembangkan oleh mouse-man, dan fitur utamanya adalah "Keep away from information islands and gather hundreds of cream.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MouseDo - A Way of Reading

Unduh file ekstensi MouseDo - A Way of Reading dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        聚合阅读,聚合搜索,鼠标手势,tab管理,书签管理,页面管理,导航管理,划词翻译,划词搜索
使你浏览阅读更加高效                    

Informasi Dasar Ekstensi

Nama MouseDo - A Way of Reading MouseDo - A Way of Reading
ID pcdknifadpcjfloaaadchknfgbeojoec
URL Resmi https://chrome.google.com/webstore/detail/mousedo-a-way-of-reading/pcdknifadpcjfloaaadchknfgbeojoec
Deskripsi Keep away from information islands and gather hundreds of cream.
Ukuran File 262 KB
Jumlah Instalasi 109
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2020-11-15
Tanggal Publikasi 2019-12-30
Penilaian 4.94/5 Total 16 Penilaian
Pengembang mouse-man
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "version": "1.2.4",
    "description": "__MSG_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "name": "mousedo",
        "birth": 2018
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/mouse_16.png",
        "48": "images\/mouse_48.png",
        "128": "images\/mouse_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/mouse_g_19.png",
            "38": "images\/mouse_g_38.png"
        },
        "default_title": "mousedo",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "\/nav_manager.html"
    },
    "web_accessible_resources": [
        "css\/bootstrap.min.css",
        "css\/content.css"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/config.js",
            "js\/background\/local_api.js",
            "js\/background\/data.js",
            "js\/background\/main.js",
            "js\/md5.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/background\/local_api.js",
                "js\/content\/message.js",
                "js\/content\/mouseins.js",
                "js\/content\/content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "notifications",
        "bookmarks",
        "tabs",
        "history",
        "contextMenus",
        "storage",
        "activeTab",
        "topSites"
    ]
}