The Odin Project Dark Theme
Use dark theme on www.theodinproject.com
ما هو The Odin Project Dark Theme؟
The Odin Project Dark Theme هو إضافة Chrome تم تطويرها بواسطة andyduss، والميزة الرئيسية لها هي "Use dark theme on www.theodinproject.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Odin Project Dark Theme
قم بتنزيل ملفات الامتداد The Odin Project Dark Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Created by a TOP Student Source code: https://github.com/mindovermiles262/top-dark-theme PRs Welcome
معلومات أساسية عن التمديد
الاسم | |
ID | omiecnmmajomefpodcdjkebeonieonef |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef |
الوصف | Use dark theme on www.theodinproject.com |
حجم الملف | 56.43 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 2.2.9 |
آخر تحديث | 2022-01-03 |
تاريخ النشر | 2019-03-12 |
تقييم | 4.88/5 مجموع تقييمات 16 |
المطور | andyduss |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.theodinproject.com |
عنوان صفحة المساعدة | https://andyduss.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Odin Project Dark Theme", "version": "2.2.9", "description": "Use dark theme on www.theodinproject.com", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.theodinproject.com\/*" ], "css": [ "darkMode.css" ] } ], "icons": { "16": "images\/odin16.png", "32": "images\/odin32.png", "48": "images\/odin48.png", "128": "images\/odin128.png" }, "manifest_version": 2 } |