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 |
公式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\/*" ] } ] } |