GreyScale

See the web on GreyScale, cost effective, eye and printer friendly.

什么是GreyScale?

GreyScale是由Yassine KHAYATI开发的Chrome扩展程序,该扩展的主要功能是“See the web on GreyScale, cost effective, eye and printer friendly.”。

扩展截图

screenshot

下载GreyScale扩展crx文件

下载GreyScale扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 GreyScale GreyScale
ID niolddlmnndioenelnjaimkigacoejjn
官方URL https://chrome.google.com/webstore/detail/greyscale/niolddlmnndioenelnjaimkigacoejjn
简介 See the web on GreyScale, cost effective, eye and printer friendly.
文件大小 6.1 KB
安装次数 1,961
当前版本 1.1
更新时间 2015-02-09
上架时间 2015-02-09
评分 4.60/5 共20次评分
开发者 Yassine KHAYATI
付费类型 free
隐私政策页面URL https://www.iubenda.com/en/user/tos
支持的语言 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",
        "*:\/\/*\/*"
    ]
}