Easy to RSS

Retreive RSS feeds URLs from WebSite, RSSHub supported

Easy to RSS là gì?

Easy to RSS là một tiện ích mở rộng Chrome được phát triển bởi https://idealclover.top, và tính năng chính của nó là "Retreive RSS feeds URLs from WebSite, RSSHub supported".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy to RSS

Tải xuống các tệp mở rộng Easy to RSS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy to RSS Easy to RSS
ID hbcmpkcpbnecinpngdnfbnknfkdpdfli
URL Chính Thức https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli
Mô tả Retreive RSS feeds URLs from WebSite, RSSHub supported
Kích Thước Tệp 21.43 KB
Số Lần Cài Đặt 2,686
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2018-12-18
Ngày Phát Hành 2018-12-17
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://idealclover.top
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}