Gotham Ext
Changes the Twitter Font back to Gotham
Vad är Gotham Ext?
Gotham Ext är en Chrome-tillägg utvecklad av JoahG, och dess huvudfunktion är "Changes the Twitter Font back to Gotham".
Ladda ner Gotham Ext-förlängningens CRX-fil
Ladda ner Gotham Ext-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
Pretty simple. Changes the Twitter font back from the too cliche Helvetica Neue to the cool Gotham Font. Cool batman icon by Rodrigo Cardoso (https://dribbble.com/shots/1251085-Batman-Icon)
Grundläggande Information om Tillägg
Namn | |
ID | mekefckelhngafbhiplomhijedekgohg |
Officiell webbadress | https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg |
Beskrivning | Changes the Twitter Font back to Gotham |
Filstorlek | 20.77 KB |
Antal Installationer | 20 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-09-03 |
Publiceringsdatum | 2014-09-03 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | JoahG |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotham Ext", "description": "Changes the Twitter Font back to Gotham", "version": "0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "*:\/\/*.twitter.com\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "magic.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ] } |