Easy to RSS
Retreive RSS feeds URLs from WebSite, RSSHub supported
Wat is Easy to RSS?
Easy to RSS is een Chrome-extensie ontwikkeld door https://idealclover.top, en de belangrijkste functie is "Retreive RSS feeds URLs from WebSite, RSSHub supported".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy to RSS
Download Easy to RSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
pre release version of Easy-to-RSS
https://github.com/idealclover/Easy-to-RSS
主要功能:获取网页RSS,复制到剪贴板并打开该RSS网页。与RSSHub联动 Basisinformatie over de Extensie
| Naam | |
| ID | hbcmpkcpbnecinpngdnfbnknfkdpdfli |
| Officiële URL | https://chromewebstore.google.com/detail/easy-to-rss/hbcmpkcpbnecinpngdnfbnknfkdpdfli |
| Beschrijving | Retreive RSS feeds URLs from WebSite, RSSHub supported |
| Bestandsgrootte | 21.43 KB |
| Aantal Installaties | 2,686 |
| Huidige Versie | 0.2.0 |
| Laatst Bijgewerkt | 2018-12-18 |
| Publicatiedatum | 2018-12-17 |
| Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://idealclover.top |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |