GreyScale
See the web on GreyScale, cost effective, eye and printer friendly.
What is GreyScale?
GreyScale is a Chrome extension developed by Yassine KHAYATI, and its main feature is "See the web on GreyScale, cost effective, eye and printer friendly.".
Extension Screenshots
Download GreyScale Extension CRX File
Download GreyScale 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 | |
ID | niolddlmnndioenelnjaimkigacoejjn |
Official URL | https://chrome.google.com/webstore/detail/greyscale/niolddlmnndioenelnjaimkigacoejjn |
Description | See the web on GreyScale, cost effective, eye and printer friendly. |
File Size | 6.1 KB |
Installation Count | 1,961 |
Current Version | 1.1 |
Last Updated | 2015-02-09 |
Publish Date | 2015-02-09 |
Rating | 4.60/5 Total 20 Ratings |
Developer | Yassine KHAYATI |
Payment Type | free |
Privacy Policy Page URL | https://www.iubenda.com/en/user/tos |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "gs_action_0.png", "48": "gs_action_0.png", "128": "gs_action_0.png" }, "browser_action": { "default_icon": { "38": "gs_action_0.png" }, "default_title": "GreyScale" }, "background": { "scripts": [ "background.js" ] }, "author": "__MSG_author__", "homepage_url": "http:\/\/khayati.net", "offline_enabled": true, "permissions": [ "activeTab", "background", "*:\/\/*\/*" ] } |