Remove Helvetica Neue

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

Qu'est-ce que Remove Helvetica Neue ?

Remove Helvetica Neue est une extension Chrome développée par afalchi82, et sa fonction principale est "Replaces Helvetica Neue font family from CSS font stack to use next fallback.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Helvetica Neue

Téléchargez les fichiers d'extension Remove Helvetica Neue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Remove Helvetica Neue Remove Helvetica Neue
ID aebieeaodhkabdnmhjbfmdohhhcoipof
URL Officiel https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof
Description Replaces Helvetica Neue font family from CSS font stack to use next fallback.
Taille du Fichier 17.8 KB
Nombre d'Installations 1,044
Version Actuelle 0.10
Dernière Mise à Jour 2015-10-17
Date de Publication 2015-10-17
Évaluation 4.28/5 Total 18 Évaluations
Développeur afalchi82
Type de Paiement free
Langues Prises en Charge 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"
}