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
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'"
}