DevTools Author

A selection of author settings for Chrome Developer Tools.

DevTools Authorคืออะไร?

DevTools Author เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike King และคุณลักษณะหลักของมันคือ "A selection of author settings for Chrome Developer Tools."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevTools Author

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}