mono site

閲覧中のページをモノクロにします。

Wat is mono site?

mono site is een Chrome-extensie ontwikkeld door chorocco, en de belangrijkste functie is "閲覧中のページをモノクロにします。".

Download het CRX-bestand van de extensie mono site

Download mono site-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

                                            

Basisinformatie over de Extensie

Naam mono site mono site
ID fbipdmkiabfhefddaocjfldfheoemope
Officiële URL https://chromewebstore.google.com/detail/mono-site/fbipdmkiabfhefddaocjfldfheoemope
Beschrijving 閲覧中のページをモノクロにします。
Bestandsgrootte 11.38 KB
Aantal Installaties 178
Huidige Versie 1.0
Laatst Bijgewerkt 2016-12-11
Publicatiedatum 2016-12-11
Ontwikkelaar chorocco
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mono site",
    "description": "\u95b2\u89a7\u4e2d\u306e\u30da\u30fc\u30b8\u3092\u30e2\u30ce\u30af\u30ed\u306b\u3057\u307e\u3059\u3002",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "mono site",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}