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
官方網址 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'"
}