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」です。
拡張機能のスクリーンショット
Easy to RSS拡張機能のCRXファイルをダウンロード
Easy to RSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
pre release version of Easy-to-RSS
https://github.com/idealclover/Easy-to-RSS
主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |