Remove Helvetica Neue

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

Co to jest Remove Helvetica Neue?

Remove Helvetica Neue to rozszerzenie Chrome opracowane przez afalchi82, a jego główną funkcją jest „Replaces Helvetica Neue font family from CSS font stack to use next fallback.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remove Helvetica Neue

Pobierz pliki rozszerzeń Remove Helvetica Neue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Remove Helvetica Neue Remove Helvetica Neue
ID aebieeaodhkabdnmhjbfmdohhhcoipof
Oficjalny URL https://chromewebstore.google.com/detail/remove-helvetica-neue/aebieeaodhkabdnmhjbfmdohhhcoipof
Opis Replaces Helvetica Neue font family from CSS font stack to use next fallback.
Rozmiar pliku 17.8 KB
Liczba instalacji 1,044
Aktualna Wersja 0.10
Ostatnia Aktualizacja 2015-10-17
Data Publikacji 2015-10-17
Ocena 4.28/5 Łącznie 18 Oceny
Deweloper afalchi82
Typ Płatności free
Obsługiwane Języki 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"
}