Digg Reader RTL
Digg Reader RTL fix
What is Digg Reader RTL?
Digg Reader RTL is a Chrome extension developed by Abdullah Ibeid, and its main feature is "Digg Reader RTL fix".
Extension Screenshots
Download Digg Reader RTL Extension CRX File
Download Digg Reader RTL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This script fixes Digg Reader support for RTL languages. لحل مشكلة دعم قارئ Digg Reader للغة العربية ========= التحديث رقم 0.150 تم تعديل الشريط الجانبي بحيث يتم إخفاء المواقع التي لا تحتوي على مواضيع غير مقروءة Update 0.150 Sidebar was updated to hide feeds with no unread items. ======== لا تحرمونا من اقترحاتاكم ودعائكم
Extension Basic Information
Name | |
ID | pilpjbbjiiajfhlnbdgmbdmcafihjnal |
Official URL | https://chrome.google.com/webstore/detail/digg-reader-rtl/pilpjbbjiiajfhlnbdgmbdmcafihjnal |
Description | Digg Reader RTL fix |
File Size | 3.52 KB |
Installation Count | 93 |
Current Version | 0.155 |
Last Updated | 2013-07-19 |
Publish Date | 2013-07-19 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Abdullah Ibeid |
Payment Type | free |
Supported Languages | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "DiggReaderRTL.js" ], "matches": [ "http:\/\/digg.com\/reader*", "https:\/\/digg.com\/reader*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Digg Reader RTL fix", "name": "Digg Reader RTL", "version": "0.155" } |