Gotham Ext
Changes the Twitter Font back to Gotham
Apa itu Gotham Ext?
Gotham Ext adalah ekstensi Chrome yang dikembangkan oleh JoahG, dan fitur utamanya adalah "Changes the Twitter Font back to Gotham".
Unduh Berkas CRX Ekstensi Gotham Ext
Unduh file ekstensi Gotham Ext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | mekefckelhngafbhiplomhijedekgohg |
URL Resmi | https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg |
Deskripsi | Changes the Twitter Font back to Gotham |
Ukuran File | 20.77 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-09-03 |
Tanggal Publikasi | 2014-09-03 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | JoahG |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |