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
官方網址 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"
    }
}