RSS Reader Style

Reduce the margin RSS Reader.

ما هو RSS Reader Style؟

RSS Reader Style هو إضافة Chrome تم تطويرها بواسطة https://hi0a.com، والميزة الرئيسية لها هي "Reduce the margin RSS Reader.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RSS Reader Style

قم بتنزيل ملفات الامتداد RSS Reader Style بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Change the layout of RSS Reader.
Displays narrow row spacing.
compact view for title only mode. 

feedly.com
digg.com
my.yahoo.co.jp


Feedly Suggestion
http://feedly.uservoice.com/forums/192636-suggestions                    

معلومات أساسية عن التمديد

الاسم RSS Reader Style RSS Reader Style
ID gialkacknhjboidnkgappheioemdcona
عنوان URL الرسمي https://chromewebstore.google.com/detail/rss-reader-style/gialkacknhjboidnkgappheioemdcona
الوصف Reduce the margin RSS Reader.
حجم الملف 93.6 KB
عدد التثبيتات 1,778
النسخة الحالية 1.6.1.3
آخر تحديث 2015-06-26
تاريخ النشر 2015-06-26
تقييم 4.00/5 مجموع تقييمات 26
المطور https://hi0a.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://plus.google.com/104695002981847637487/
عنوان صفحة المساعدة https://plus.google.com/104695002981847637487/
عنوان صفحة سياسة الخصوصية https://hi0a.com/privacy
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Reader Style",
    "version": "1.6.1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extensiondescription__",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/www.feedly.com\/*",
                "https:\/\/www.feedly.com\/*"
            ],
            "js": [
                "jquery.js",
                "script-feedly.js"
            ],
            "css": [
                "style-feedly.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/digg.com\/reader",
                "http:\/\/digg.com\/reader\/*",
                "https:\/\/digg.com\/reader",
                "https:\/\/digg.com\/reader\/*"
            ],
            "css": [
                "style-digg.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/reader\/*",
                "http:\/\/www.google.com\/reader\/*",
                "https:\/\/www.google.co.jp\/reader\/*",
                "http:\/\/www.google.co.jp\/reader\/*"
            ],
            "css": [
                "style-google.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/my.yahoo.co.jp\/*"
            ],
            "js": [
                "jquery.js",
                "script-myyahoo.js"
            ],
            "css": [
                "style-myyahoo.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "RSS Reader Style"
    },
    "options_page": "options.html"
}