Readable Wikipedia
Enhacements to wikipedia to increase its readability.
ما هو Readable Wikipedia؟
Readable Wikipedia هو إضافة Chrome تم تطويرها بواسطة Nick Rowe، والميزة الرئيسية لها هي "Enhacements to wikipedia to increase its readability.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Readable Wikipedia
قم بتنزيل ملفات الامتداد Readable Wikipedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.
معلومات أساسية عن التمديد
الاسم | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
الوصف | Enhacements to wikipedia to increase its readability. |
حجم الملف | 549 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.7 |
آخر تحديث | 2013-07-10 |
تاريخ النشر | 2013-07-10 |
تقييم | 3.63/5 مجموع تقييمات 52 |
المطور | Nick Rowe |
نوع الدفع | free |
موقع الإضافة | http://labs.dcxn.com/wikipedia-readability/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Wikipedia", "version": "1.7", "manifest_version": 2, "description": "Enhacements to wikipedia to increase its readability.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "readable.css" ], "js": [ "jquery.js", "jquery.hotkeys.js", "enhancements.js" ] } ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "images\/desktop.png", "images\/mobile.gif" ], "permissions": [ "tabs", "*:\/\/*.wikipedia.org\/wiki\/*" ] } |