stackoverflow simplified
Removes the side bar to make more space for the main content.
ما هو stackoverflow simplified؟
stackoverflow simplified هو إضافة Chrome تم تطويرها بواسطة Tibo، والميزة الرئيسية لها هي "Removes the side bar to make more space for the main content.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة stackoverflow simplified
قم بتنزيل ملفات الامتداد stackoverflow simplified بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Removes the right column in stackoverflow and extends the main content to use the full width. Images are also centered and are displayed wider when possible. Editor also uses the full width. The top bar is always visible so you don't need to scroll back up to access it. More to come? Don't hesitate to ask for new features!
معلومات أساسية عن التمديد
الاسم | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
الوصف | Removes the side bar to make more space for the main content. |
حجم الملف | 11.58 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-03-07 |
تاريخ النشر | 2016-02-14 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Tibo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stackoverflow simplified", "version": "0.1", "manifest_version": 2, "description": "Removes the side bar to make more space for the main content.", "author": "Thibaud Lescuyer", "icons": { "128": "stackoverflow-simplified-logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "stackoverflow-simplified.js" ], "css": [ "stackoverflow-simplified.css" ] } ] } |