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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}