LMT Zeppelin Dark Theme
Dark theme for local Zeppelin or Zepl.
LMT Zeppelin Dark Themeคืออะไร?
LMT Zeppelin Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LMT Team และคุณลักษณะหลักของมันคือ "Dark theme for local Zeppelin or Zepl."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LMT Zeppelin Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย LMT Zeppelin Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Support dark theme for Zeppelin (localhost, 8080 port) and zepl.com website. Changelog: 0.1.4 - Local - Background color fix for warning box (truncate warning box, for instance). - Zepl.com (No changes). 0.1.3 - Zepl - https://www.zepl.com/account "Edit Account" button fix. - Table display fix. - Notebook circle loader icon now with dark background. - Code comment color update. - Fix color of table/chart settings. - Local - Fix dark text in header drop down (Notebook, profile). - Fix setting panel color. - Text color of button tooltip in paragraph fix. - Fix drop down download text color. 0.1.2 - Zepl.com - Fix drop down, inputs may have white background with white text when being hovered. - Local Zeppelin - (No changes) 0.1.1 - Zepl.com - Fix text color intag. - Input background was set to black with white text color as default. - Scalable font-size for codes in paragraph. - Code line with dark color. - Improve styles. - Local Zeppelin - Code line with dark color. - Code colors for keywords, functions,… were improved. - Improve styles. ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ LMT Zeppelin Dark Theme ID pnkanfjiphfdmkccpnagpgkegcnmmiih URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lmt-zeppelin-dark-theme/pnkanfjiphfdmkccpnagpgkegcnmmiih คำอธิบาย Dark theme for local Zeppelin or Zepl. ขนาดไฟล์ 30.95 KB จำนวนการติดตั้ง 59 เวอร์ชันปัจจุบัน 0.1.4 อัปเดตครั้งล่าสุด 2019-07-23 วันที่เผยแพร่ 2019-07-23 คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน ผู้พัฒนา LMT Team อีเมล [email protected] ประเภทการชำระเงิน free เว็บไซต์ส่วนขยาย https://blazorutils.wordpress.com/category/others ภาษาที่รองรับ en manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LMT Zeppelin Dark Theme", "version": "0.1.4", "manifest_version": 2, "description": "Dark theme for local Zeppelin or Zepl.", "homepage_url": "https:\/\/www.facebook.com\/roggertanvus", "icons": { "16": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.zepl.com\/*" ], "js": [ "inject.js" ], "css": [ "zepl.css" ] }, { "matches": [ "http:\/\/localhost:8080\/*" ], "js": [ "inject.js" ], "css": [ "local.css" ] } ], "browser_action": { "default_title": "LMT Zeppelin Dark Theme" }, "permissions": [ "https:\/\/www.zepl.com\/*", "http:\/\/localhost:8080\/*" ], "web_accessible_resources": [ "images\/zepLogo.png" ] }