beautiflag
chrome://flags is pretty now!
beautiflagคืออะไร?
beautiflag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deryck.henson และคุณลักษณะหลักของมันคือ "chrome://flags is pretty now!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย beautiflag
ดาวน์โหลดไฟล์ส่วนขยาย beautiflag ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The chrome://flags page has finally been re-styled. Clear, large, beautiful. https://github.com/dhenson02/beautiflag ***This currently requires --extensions-on-chrome-urls to be set.*** This can be done through the command-line, changing the shortcut "Target" field to add this at the end, or by visiting chrome://flags/#extensions-on-chrome-urls to enable it directly inside Chrome (requires browser restart).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | beautiflag |
ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
คำอธิบาย | chrome://flags is pretty now! |
ขนาดไฟล์ | 80.13 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-01-22 |
วันที่เผยแพร่ | 2016-01-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | deryck.henson |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dhenson02/beautiflag |
URL หน้าช่วยเหลือ | https://github.com/dhenson02/beautiflag/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "beautiflag", "description": "chrome:\/\/flags is pretty now!", "version": "1.0", "author": "Deryck Henson", "background": { "scripts": [ "adorable.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "chrome:\/\/flags\/" ] } |