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