Chrome Devtools Styler

Change Chrome Devtool Styles

Chrome Devtools Stylerとは何ですか?

Chrome Devtools StylerはAjinkya Bijweによって開発されたChromeの拡張機能で、その主な機能は「Change Chrome Devtool Styles」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chrome Devtools Styler拡張機能のCRXファイルをダウンロード

Chrome Devtools Styler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Devtools Styler to change chrome devtools font and font size. 
Issue: If devtools tabs have ellipses in title after setting devtools font do zoom in and zoom out in devtools to restore tab details properly

Steps Before Installation : 

1. Open new tab enter URL "chrome://flags/devtools#enable-devtools-experiments" and enable 'Developer Tools Experiments'.
2. Open devtools by pressing F12.
3. Press F1 to open chrome devtools settings then in 'Experiments Tab'  enable  'Allow Custom UI Themes'.
3. Open "Devtools Styler" tab in devtools and set preferred options.
4. Press CTRL + S or Save Button to Save
5. Restart chrome devtools to apply settings.                    

拡張機能の基本情報

名前 Chrome Devtools Styler Chrome Devtools Styler
ID geneoacljdknpjlgnlcnhipjgigolpih
公式URL https://chromewebstore.google.com/detail/chrome-devtools-styler/geneoacljdknpjlgnlcnhipjgigolpih
説明 Change Chrome Devtool Styles
ファイルサイズ 262 KB
インストール数 783
現在のバージョン 1.1.2
最終更新日 2020-06-11
公開日 2020-06-10
評価 5.00/5 合計 5 レビュー
開発者 Ajinkya Bijwe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler
ヘルプページのURL https://github.com/AjinkyaBijwe/Chrome-Devtools-Styler/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Devtools Styler",
    "version": "1.1.2",
    "description": "Change Chrome Devtool Styles",
    "devtools_page": "index.html",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/fonts\/*",
        "assets\/img\/*"
    ],
    "icons": {
        "16": "assets\/img\/icon.png",
        "48": "assets\/img\/icon.png",
        "128": "assets\/img\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}