Web Mosaic

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

Wat is Web Mosaic?

Web Mosaic is een Chrome-extensie ontwikkeld door U-NOT, en de belangrijkste functie is "ウェブページの選択した部分をモザイクにするためのChrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Mosaic

Download Web Mosaic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Web Mosaic Web Mosaic
ID fnopjjonmpjaaajonpfmbhfphgbjknpf
Officiële URL https://chromewebstore.google.com/detail/web-mosaic/fnopjjonmpjaaajonpfmbhfphgbjknpf
Beschrijving ウェブページの選択した部分をモザイクにするためのChrome Extension
Bestandsgrootte 1.05 MB
Aantal Installaties 260
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-18
Publicatiedatum 2019-09-18
Ontwikkelaar U-NOT
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}