Gotham Ext
Changes the Twitter Font back to Gotham
Gotham Ext क्या है?
Gotham Ext JoahG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the Twitter Font back to Gotham"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gotham Ext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mekefckelhngafbhiplomhijedekgohg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg |
विवरण | Changes the Twitter Font back to Gotham |
फ़ाइल का आकार | 20.77 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-09-03 |
प्रकाशन तिथि | 2014-09-03 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | JoahG |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } ] } |