Erinome RSS Detector

RSS Detector for Erinome RSS extension.

什麼是Erinome RSS Detector?

Erinome RSS Detector是由Erinome開發的Chrome擴展程式,該擴展的主要功能是“RSS Detector for Erinome RSS extension.”。

擴展截圖

screenshot

下載Erinome RSS Detector擴展crx文件

下載Erinome RSS Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps to determine whether there are RSS feeds on pages you visit and what their URLs are. It is useful for setting up Erinome RSS reader extension, where you would need to know the addresses of your feeds to add them for the first time.                    

擴展基本資訊

名稱 Erinome RSS Detector Erinome RSS Detector
ID ebopppnmnflknmniiaggblaekaahmohl
官方網址 https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl
簡介 RSS Detector for Erinome RSS extension.
檔案大小 24.82 KB
安裝次數 480
目前版本 1.0.2
更新時間 2018-06-09
上架時間 2018-06-09
評分 3.67/5 共 3 次評分
開發者 Erinome
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Erinome RSS Detector",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/detector_scan.js"
            ]
        }
    ],
    "description": "RSS Detector for Erinome RSS extension.",
    "manifest_version": 2,
    "version": "1.0.2",
    "background": {
        "scripts": [
            "scripts\/detector_bg.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "RSS",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}