Easy to RSS

Retreive RSS feeds URLs from WebSite, RSSHub supported

Easy to RSS란 무엇입니까?

Easy to RSS은(는) https://idealclover.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retreive RSS feeds URLs from WebSite, RSSHub supported"입니다.

확장 프로그램 스크린샷

screenshot

Easy to RSS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        pre release version of Easy-to-RSS
https://github.com/idealclover/Easy-to-RSS
主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动                    

확장 프로그램 기본 정보

이름 Easy to RSS Easy to RSS
ID hbcmpkcpbnecinpngdnfbnknfkdpdfli
공식 URL https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli
설명 Retreive RSS feeds URLs from WebSite, RSSHub supported
파일 크기 21.43 KB
설치 횟수 2,686
현재 버전 0.2.0
최근 업데이트 2018-12-18
출시 날짜 2018-12-17
평점 4.38/5 총 8 개의 평점
개발자 https://idealclover.top
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy to RSS",
    "description": "Retreive RSS feeds URLs from WebSite, RSSHub supported",
    "version": "0.2.0",
    "author": "@idealclover",
    "homepage_url": "https:\/\/github.com\/idealclover\/Easy-to-RSS",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "img\/icon_default.png",
        "default_popup": "popup.html",
        "default_title": "Click to view RSS feeds for this page"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "img\/icon_128.png"
    }
}