DevTools Font Changer
Font changer for chrome devtools.
DevTools Font Changerとは何ですか?
DevTools Font Changerはpranay rauthuによって開発されたChromeの拡張機能で、その主な機能は「Font changer for chrome devtools.」です。
拡張機能のスクリーンショット
DevTools Font Changer拡張機能のCRXファイルをダウンロード
DevTools Font Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
modifies chrome devtools font.
# How to use?
- Navigate to chrome://flags and enable 'Developer Tools Experiments'
- Enable 'Allow custom UI themes' in 'Experiments tab' of chrome devtools settings
- change font in options page of the extension 拡張機能の基本情報
| 名前 | |
| ID | fikbcnlbgoafooldbkgikejejhaddajg |
| 公式URL | https://chromewebstore.google.com/detail/devtools-font-changer/fikbcnlbgoafooldbkgikejejhaddajg |
| 説明 | Font changer for chrome devtools. |
| ファイルサイズ | 10.53 KB |
| インストール数 | 1,650 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2019-03-30 |
| 公開日 | 2019-03-30 |
| 評価 | 4.38/5 合計 21 レビュー |
| 開発者 | pranay rauthu |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/pranayrauthu/DevToolsFontChanger |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Font Changer",
"version": "1.0.4",
"description": "Font changer for chrome devtools.",
"devtools_page": "devtools.html",
"options_page": "options.html",
"manifest_version": 2,
"permissions": [
"storage"
]
} | |