HelvetiGone

Get rid of Helvetica.

Vad är HelvetiGone?

HelvetiGone är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Get rid of Helvetica.".

Tilläggsskärmbilder

screenshot

Ladda ner HelvetiGone-förlängningens CRX-fil

Ladda ner HelvetiGone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        There are people out there who dislike Helvetica. 

I am not one of those people. 

But maybe you are. Maybe you're disgusted by Helvetica's perfectly formed letters and bold yet versatile style. If that's the case, you may find HelvetiGone! useful. When you come across a particularly offending instance of Helvetica, simply click the HelvetiGone! icon in Chrome and it will be scrubbed away.                    

Grundläggande Information om Tillägg

Namn HelvetiGone HelvetiGone
ID cocbelgjhcfelbkkdhfmbadkpgbhmicc
Officiell webbadress https://chromewebstore.google.com/detail/helvetigone/cocbelgjhcfelbkkdhfmbadkpgbhmicc
Beskrivning Get rid of Helvetica.
Filstorlek 81.71 KB
Antal Installationer 33
Aktuell Version 1.2
Senast Uppdaterad 2013-05-24
Publiceringsdatum 2013-05-23
Betyg 2.25/5 Totalt 8 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats http://shivakilaru.com/helvetigone
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelvetiGone",
    "description": "Get rid of Helvetica.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "HelvetiGone",
        "default_popup": "popup.html"
    }
}