Gotham Ext
Changes the Twitter Font back to Gotham
ما هو Gotham Ext؟
Gotham Ext هو إضافة Chrome تم تطويرها بواسطة JoahG، والميزة الرئيسية لها هي "Changes the Twitter Font back to Gotham".
تحميل ملف CRX للإضافة Gotham Ext
قم بتنزيل ملفات الامتداد Gotham Ext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } ] } |