HelvetiGone

Get rid of Helvetica.

什么是HelvetiGone?

HelvetiGone是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Get rid of Helvetica.”。

扩展截图

screenshot

下载HelvetiGone扩展crx文件

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

扩展使用说明

                        There are people out there who dislike Helvetica. 

I am not one of those people. 

But maybe you are. Maybe you're disgusted by Helvetica's perfectly formed letters and bold yet versatile style. If that's the case, you may find HelvetiGone! useful. When you come across a particularly offending instance of Helvetica, simply click the HelvetiGone! icon in Chrome and it will be scrubbed away.                    

扩展基本信息

名称 HelvetiGone HelvetiGone
ID cocbelgjhcfelbkkdhfmbadkpgbhmicc
官方URL https://chromewebstore.google.com/detail/helvetigone/cocbelgjhcfelbkkdhfmbadkpgbhmicc
简介 Get rid of Helvetica.
文件大小 81.71 KB
安装次数 33
当前版本 1.2
更新时间 2013-05-24
上架时间 2013-05-23
评分 2.25/5 共8次评分
开发者 Unknown
付费类型 free
扩展官网 http://shivakilaru.com/helvetigone
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelvetiGone",
    "description": "Get rid of Helvetica.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "HelvetiGone",
        "default_popup": "popup.html"
    }
}