RSS Finder
Lists RSS and Atom feeds available on the current web page.
O que é RSS Finder?
RSS Finder é uma extensão do Chrome desenvolvida por Andy LS, e sua principal característica é "Lists RSS and Atom feeds available on the current web page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RSS Finder
Baixe arquivos de extensão RSS Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension that scrapes each page that you visit in turn for any active RSS or Atom urls and presents them as a list for you to copy for use with news readers and aggregators. Current behaviours: - Standard page scraping for meta tags pointing to application/rss+xml or application/atom+xml - Scraping of YouTube pages to obtain the link to the lesser known feeds behind each channel More features to come. Free. License: GPLv3 Source code: https://github.com/andylshort/RSS-Finder For any issues or assistance, contact [email protected]
Informações Básicas da Extensão
Nome | RSS Finder |
ID | ijdgeedipkpmcliidjhbemmlgibfnaff |
URL Oficial | https://chromewebstore.google.com/detail/rss-finder/ijdgeedipkpmcliidjhbemmlgibfnaff |
Descrição | Lists RSS and Atom feeds available on the current web page. |
Tamanho do Arquivo | 219 KB |
Contagem de Instalações | 5,027 |
Versão Atual | 1.2 |
Última Atualização | 2022-06-05 |
Data de Publicação | 2018-08-04 |
Classificação | 4.00/5 Total de 10 Avaliações |
Desenvolvedor | Andy LS |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/andylshort/RSS-Finder |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RSS Finder", "short_name": "RSS Finder", "description": "Lists RSS and Atom feeds available on the current web page.", "version": "1.2", "homepage_url": "https:\/\/andyls.co.uk\/projects\/rss-finder", "icons": { "16": "img\/rss_16.png", "48": "img\/rss_48.png", "128": "img\/rss_128.png", "512": "img\/rss_512.png" }, "action": { "default_icon": { "48": "img\/rss_grey_48.png" } }, "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |