HelvetiGone
Get rid of Helvetica.
What is HelvetiGone?
HelvetiGone is a Chrome extension developed by Unknown, and its main feature is "Get rid of Helvetica.".
Extension Screenshots
Download HelvetiGone Extension CRX File
Download HelvetiGone 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
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.
Extension Basic Information
Name | HelvetiGone |
ID | cocbelgjhcfelbkkdhfmbadkpgbhmicc |
Official URL | https://chromewebstore.google.com/detail/helvetigone/cocbelgjhcfelbkkdhfmbadkpgbhmicc |
Description | Get rid of Helvetica. |
File Size | 81.71 KB |
Installation Count | 33 |
Current Version | 1.2 |
Last Updated | 2013-05-24 |
Publish Date | 2013-05-23 |
Rating | 2.25/5 Total 8 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://shivakilaru.com/helvetigone |
Supported Languages | 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" } } |