WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
ما هو WikiTweaks؟
WikiTweaks هو إضافة Chrome تم تطويرها بواسطة joelsimon6، والميزة الرئيسية لها هي "A restyling of Wikipedia that saves screen space and adds on-hover previews.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WikiTweaks
قم بتنزيل ملفات الامتداد WikiTweaks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
معلومات أساسية عن التمديد
الاسم | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
الوصف | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
حجم الملف | 53.02 KB |
عدد التثبيتات | 197 |
النسخة الحالية | 1.7.1 |
آخر تحديث | 2014-12-10 |
تاريخ النشر | 2014-12-10 |
تقييم | 3.86/5 مجموع تقييمات 7 |
المطور | joelsimon6 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |