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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://plus.google.com/104695002981847637487/
URL หน้านโยบายความเป็นส่วนตัว 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"
}