mono site
閲覧中のページをモノクロにします。
What is mono site?
mono site is a Chrome extension developed by chorocco, and its main feature is "閲覧中のページをモノクロにします。".
Download mono site Extension CRX File
Download mono site 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
Extension Basic Information
Name | mono site |
ID | fbipdmkiabfhefddaocjfldfheoemope |
Official URL | https://chromewebstore.google.com/detail/mono-site/fbipdmkiabfhefddaocjfldfheoemope |
Description | 閲覧中のページをモノクロにします。 |
File Size | 11.38 KB |
Installation Count | 178 |
Current Version | 1.0 |
Last Updated | 2016-12-11 |
Publish Date | 2016-12-11 |
Developer | chorocco |
Payment Type | free |
Supported Languages | 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" ] } |