mono site
閲覧中のページをモノクロにします。
Apa itu mono site?
mono site adalah ekstensi Chrome yang dikembangkan oleh chorocco, dan fitur utamanya adalah "閲覧中のページをモノクロにします。".
Unduh Berkas CRX Ekstensi mono site
Unduh file ekstensi mono site 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
Informasi Dasar Ekstensi
Nama | mono site |
ID | fbipdmkiabfhefddaocjfldfheoemope |
URL Resmi | https://chromewebstore.google.com/detail/mono-site/fbipdmkiabfhefddaocjfldfheoemope |
Deskripsi | 閲覧中のページをモノクロにします。 |
Ukuran File | 11.38 KB |
Jumlah Instalasi | 178 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-11 |
Tanggal Publikasi | 2016-12-11 |
Pengembang | chorocco |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |