Remove Helvetica Neue

Replaces Helvetica Neue font family from CSS font stack to use next fallback.

什麼是Remove Helvetica Neue?

Remove Helvetica Neue是由afalchi82開發的Chrome擴展程式,該擴展的主要功能是“Replaces Helvetica Neue font family from CSS font stack to use next fallback.”。

擴展截圖

screenshot

下載Remove Helvetica Neue擴展crx文件

下載Remove Helvetica Neue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Unlike other extensions, this one doesn't automatically provide Arial as fallback, to respect designer's second choise of font family.                    

擴展基本資訊

名稱 Remove Helvetica Neue Remove Helvetica Neue
ID aebieeaodhkabdnmhjbfmdohhhcoipof
官方網址 https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof
簡介 Replaces Helvetica Neue font family from CSS font stack to use next fallback.
檔案大小 17.8 KB
安裝次數 1,044
目前版本 0.10
更新時間 2015-10-17
上架時間 2015-10-17
評分 4.28/5 共 18 次評分
開發者 afalchi82
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.twitter.com\/alefalchi",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces Helvetica Neue font family from CSS font stack to use next fallback.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Remove Helvetica Neue",
    "version": "0.10"
}