Web Mosaic

ウェブページの選択した部分をモザイクにするためのChrome Extension

What is Web Mosaic?

Web Mosaic is a Chrome extension developed by U-NOT, and its main feature is "ウェブページの選択した部分をモザイクにするためのChrome Extension".

Extension Screenshots

screenshot

Download Web Mosaic Extension CRX File

Download Web Mosaic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        右クリックから選択範囲に対してモザイクをかけることを可能にします。
この機能の追加により、プライバシーに関する情報を秘匿しつつスクリーンショットなどで画面のキャプチャを可能にします。またこのプロジェクトはオープンソースであり
https://github.com/Uno-Takashi/MosaicExtension
にすべてのソースコードが公開されています。                    

Extension Basic Information

Name Web Mosaic Web Mosaic
ID fnopjjonmpjaaajonpfmbhfphgbjknpf
Official URL https://chromewebstore.google.com/detail/web-mosaic/fnopjjonmpjaaajonpfmbhfphgbjknpf
Description ウェブページの選択した部分をモザイクにするためのChrome Extension
File Size 1.05 MB
Installation Count 260
Current Version 1.0
Last Updated 2019-09-18
Publish Date 2019-09-18
Developer U-NOT
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Mosaic",
    "description": "\u30a6\u30a7\u30d6\u30da\u30fc\u30b8\u306e\u9078\u629e\u3057\u305f\u90e8\u5206\u3092\u30e2\u30b6\u30a4\u30af\u306b\u3059\u308b\u305f\u3081\u306eChrome Extension",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.3.1.js",
                "js\/spoiler\/spoiler.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2
}