Wide GitHub
Change all GitHub repository and gist pages to be full width and dynamically sized.
ما هو Wide GitHub؟
Wide GitHub هو إضافة Chrome تم تطويرها بواسطة xthexder، والميزة الرئيسية لها هي "Change all GitHub repository and gist pages to be full width and dynamically sized.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wide GitHub
قم بتنزيل ملفات الامتداد Wide GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: - Read long lines of code without scrolling left to right - See more documentation at once when using large / high-dpi monitors - Easily toggleable for viewing size-dependent docs or wiki pages.
معلومات أساسية عن التمديد
الاسم | Wide GitHub |
ID | kaalofacklcidaampbokdplbklpeldpj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wide-github/kaalofacklcidaampbokdplbklpeldpj |
الوصف | Change all GitHub repository and gist pages to be full width and dynamically sized. |
حجم الملف | 17.76 KB |
عدد التثبيتات | 7,602 |
النسخة الحالية | 1.6.5 MV3 |
آخر تحديث | 2024-02-07 |
تاريخ النشر | 2020-06-26 |
تقييم | 4.55/5 مجموع تقييمات 66 |
المطور | xthexder |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/xthexder/wide-github |
عنوان صفحة المساعدة | https://github.com/xthexder/wide-github/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wide GitHub", "description": "Change all GitHub repository and gist pages to be full width and dynamically sized.", "version": "1.6.5", "version_name": "1.6.5 MV3", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon.png", "default_title": "Toggle Wide GitHub" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "css": [ "wide-github.css" ], "js": [ "wide-github-toggle.js" ] } ], "background": { "service_worker": "background.js" } } |