DevTools Author
A selection of author settings for Chrome Developer Tools.
What is DevTools Author?
DevTools Author is a Chrome extension developed by Mike King, and its main feature is "A selection of author settings for Chrome Developer Tools.".
Extension Screenshots
Download DevTools Author Extension CRX File
Download DevTools Author extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | DevTools Author |
ID | egfhcfdfnajldliefpdoaojgahefjhhi |
Official URL | https://chromewebstore.google.com/detail/devtools-author/egfhcfdfnajldliefpdoaojgahefjhhi |
Description | A selection of author settings for Chrome Developer Tools. |
File Size | 377 KB |
Installation Count | 8,772 |
Current Version | 0.6.6 |
Last Updated | 2016-03-30 |
Publish Date | 2016-03-29 |
Rating | 3.92/5 Total 117 Ratings |
Developer | Mike King |
Payment Type | free |
Extension Website | http://mikeking.io/devtools-author/ |
Help Page URL | https://github.com/micjamking/devtools-author/issues/new |
Supported Languages | 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'" } |