Gotham Ext
Changes the Twitter Font back to Gotham
什麼是Gotham Ext?
Gotham Ext是由JoahG開發的Chrome擴展程式,該擴展的主要功能是“Changes the Twitter Font back to Gotham”。
下載Gotham Ext擴展crx文件
下載Gotham Ext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |