Erinome RSS

RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec

Erinome RSSคืออะไร?

Erinome RSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erinome และคุณลักษณะหลักของมันคือ "RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Erinome RSS

ดาวน์โหลดไฟล์ส่วนขยาย Erinome RSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is an almost direct port of "Smart RSS" extension made by Martin Kadlec for Opera browser, except for a few modifications:

• Desktop notifications when feeds are updated;
• Per feed option to choose whether its unread item count should be included into the badge counter;
• An option whether to show only unread items or all items when opening the reader;
• Misc changes in code and some tweaks to default option values;
• Required permissions are cut down to minimal and hosts access is requested on per feed basis.

For determining feed URLs you can use service extension called Erinome RSS Detector.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Erinome RSS Erinome RSS
ID jnepdmcgobemcmfcdobmiajiigncnmlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/erinome-rss/jnepdmcgobemcmfcdobmiajiigncnmlc
คำอธิบาย RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec
ขนาดไฟล์ 303 KB
จำนวนการติดตั้ง 1,076
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-06-21
วันที่เผยแพร่ 2020-06-21
คะแนน 4.33/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Erinome
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "51.0"
        }
    },
    "background": {
        "page": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/reload_anim_1.png"
        },
        "default_title": "Erinome RSS"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R",
                "mac": "Command+Shift+R",
                "windows": "Ctrl+Shift+R"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';",
    "description": "RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec",
    "icons": {
        "128": "images\/128-inverted-round.png",
        "19": "images\/icon19-arrow-orange.png",
        "48": "images\/48-inverted-round.png",
        "64": "images\/64-inverted-round.png",
        "96": "images\/96-inverted-round.png"
    },
    "manifest_version": 2,
    "name": "Erinome RSS",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "alarms",
        "notifications"
    ],
    "version": "1.0.4",
    "web_accessible_resources": [
        "libs\/jquery.min.js",
        "libs\/underscore.min.js",
        "libs\/backbone.min.js",
        "libs\/backbone.indexDB.js",
        "images\/icon16_v2.png"
    ]
}