DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
ما هو DevTools Theme: Pure Void؟
DevTools Theme: Pure Void هو إضافة Chrome تم تطويرها بواسطة Jaidchen، والميزة الرئيسية لها هي "Simple Chrome DevTools theme with a black background.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DevTools Theme: Pure Void
قم بتنزيل ملفات الامتداد DevTools Theme: Pure Void بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Installation:
- Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
- Reload Chrome.
- In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
- Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark.
- Load a new tab and enjoy your awesome new DevTools theme!
Source Code:
https://github.com/Jaid/devtools-theme-pure-void معلومات أساسية عن التمديد
| الاسم | |
| ID | efpcgcomppkbbmocplgnkneblkffejna |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
| الوصف | Simple Chrome DevTools theme with a black background. |
| حجم الملف | 169 KB |
| عدد التثبيتات | 46 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2019-12-18 |
| تاريخ النشر | 2019-12-18 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Jaidchen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Jaid/devtools-theme-pure-void |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTools Theme: Pure Void",
"version": "1.0.0",
"description": "Simple Chrome DevTools theme with a black background.",
"devtools_page": "devtools.html",
"homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void",
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |