Erinome RSS

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

什麼是Erinome RSS?

Erinome RSS是由Erinome開發的Chrome擴展程式,該擴展的主要功能是“RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec”。

擴展截圖

screenshot
screenshot

下載Erinome RSS擴展crx文件

下載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
官方網址 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"
    ]
}