Digg Reader RTL

Digg Reader RTL fix

Digg Reader RTL là gì?

Digg Reader RTL là một tiện ích mở rộng Chrome được phát triển bởi Abdullah Ibeid, và tính năng chính của nó là "Digg Reader RTL fix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Digg Reader RTL

Tải xuống các tệp mở rộng Digg Reader RTL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.

========

لا تحرمونا من اقترحاتاكم ودعائكم                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Digg Reader RTL Digg Reader RTL
ID pilpjbbjiiajfhlnbdgmbdmcafihjnal
URL Chính Thức https://chrome.google.com/webstore/detail/digg-reader-rtl/pilpjbbjiiajfhlnbdgmbdmcafihjnal
Mô tả Digg Reader RTL fix
Kích Thước Tệp 3.52 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.155
Cập Nhật Lần Cuối 2013-07-19
Ngày Phát Hành 2013-07-19
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Abdullah Ibeid
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ
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"
}