Remove Helvetica Neue

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

What is Remove Helvetica Neue?

Remove Helvetica Neue is a Chrome extension developed by afalchi82, and its main feature is "Replaces Helvetica Neue font family from CSS font stack to use next fallback.".

Extension Screenshots

screenshot

Download Remove Helvetica Neue Extension CRX File

Download Remove Helvetica Neue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Remove Helvetica Neue Remove Helvetica Neue
ID aebieeaodhkabdnmhjbfmdohhhcoipof
Official URL https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof
Description Replaces Helvetica Neue font family from CSS font stack to use next fallback.
File Size 17.8 KB
Installation Count 1,044
Current Version 0.10
Last Updated 2015-10-17
Publish Date 2015-10-17
Rating 4.28/5 Total 18 Ratings
Developer afalchi82
Payment Type free
Supported Languages 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"
}