DevTools Author

A selection of author settings for Chrome Developer Tools.

DevTools Authorとは何ですか?

DevTools AuthorはMike Kingによって開発されたChromeの拡張機能で、その主な機能は「A selection of author settings for Chrome Developer Tools.」です。

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

screenshot
screenshot
screenshot
screenshot

DevTools Author拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you use DevTools as part of your 
frontend development environment, 
DevTools Author provides a small set of 
options to enhance your authoring experience.

  • Choose from +25 editor themes
  • Custom font support
  • Control font size (10px - 22px)

/* -------------------------------------------------------------
  Installation
  ----------------------------------------------------------- */
  • Add extension
  • Enable Developer Tools experiments in chrome://flags/#enable-devtools-experiments. Restart Chrome for flags to take effect.
  • Open DevTools (cmd + opt + I); Settings > Experiments > check Allow custom UI themes
  • Reload DevTools. Theme selection, font-size, and font-family are configurable in the 'Author Settings' DevTools tab                    

拡張機能の基本情報

名前 DevTools Author DevTools Author
ID egfhcfdfnajldliefpdoaojgahefjhhi
公式URL https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi
説明 A selection of author settings for Chrome Developer Tools.
ファイルサイズ 377 KB
インストール数 8,772
現在のバージョン 0.6.6
最終更新日 2016-03-30
公開日 2016-03-29
評価 3.92/5 合計 117 レビュー
開発者 Mike King
支払い方法 free
拡張機能のウェブサイト http://mikeking.io/devtools-author/
ヘルプページのURL https://github.com/micjamking/devtools-author/issues/new
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Author",
    "description": "A selection of author settings for Chrome Developer Tools.",
    "permissions": [
        "storage"
    ],
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "version": "0.6.6",
    "icons": {
        "128": "dist\/images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}