Digg Reader RTL
Make website Digg Reader support Arabic reading direction.
What is Digg Reader RTL?
Digg Reader RTL is a Chrome extension developed by https://smartiolabs.com, and its main feature is "Make website Digg Reader support Arabic reading direction.".
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
موقع Digg Reader موقع متميز في قراءة وترتيب الخلاصات الخاصة بك وهو الأمتداد المثالي للموقع السابق Google Reader لكن ما يعيبه فعلياً هو عدم دعمه نهائياً للغة العربية من حيث الأتجاه ومع محاولة مراسلتهم والمساعدة لم أجد منهم الرد فقررت حل المشكلة عن طريق تلك الأضافة وتقوم بالتالي: - ضبط أتجاه اللغة العربية في كامل الموقع بشكل دقيق 100% - ضبط حجم ونوع الخط الخاص بقراءة اللغة العربية
Extension Basic Information
Name | Digg Reader RTL |
ID | bhpmemlepndbdiiodojidbdgbjgglnkd |
Official URL | https://chromewebstore.google.com/detail/digg-reader-rtl/bhpmemlepndbdiiodojidbdgbjgglnkd |
Description | Make website Digg Reader support Arabic reading direction. |
File Size | 7.92 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2013-12-26 |
Publish Date | 2013-12-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://smartiolabs.com |
Payment Type | free |
Supported Languages | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digg Reader RTL", "description": "Make website Digg Reader support Arabic reading direction.", "version": "1.0", "icons": { "48": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/digg.com\/reader*" ], "run_at": "document_end", "css": [ "rtl.css" ] } ] } |