FeedBundle - Online RSS News Reader

Make your own collection of feeds, organize and read it with FeedBundle.

O que é FeedBundle - Online RSS News Reader?

FeedBundle - Online RSS News Reader é uma extensão do Chrome desenvolvida por serge, e sua principal característica é "Make your own collection of feeds, organize and read it with FeedBundle.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FeedBundle - Online RSS News Reader

Baixe arquivos de extensão FeedBundle - Online RSS News Reader 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

                        Features:
- Bookmarks
- Folders
- Import/Export
- Regex support to extract news from any site

Jul 4, 2022 (1.6)
- Bug fixing 
- Regexp support

Dec 8, 2018 (1.5)
- Bug fixing 
- Clear text mode

Sep 15, 2018 (1.0)
 - First release                    

Informações Básicas da Extensão

Nome FeedBundle - Online RSS News Reader FeedBundle - Online RSS News Reader
ID phpkhhdfcdlkcmakbfieencikecnddck
URL Oficial https://chromewebstore.google.com/detail/feedbundle-online-rss-new/phpkhhdfcdlkcmakbfieencikecnddck
Descrição Make your own collection of feeds, organize and read it with FeedBundle.
Tamanho do Arquivo 1.68 MB
Contagem de Instalações 142
Versão Atual 1.6.0
Última Atualização 2022-07-10
Data de Publicação 2019-11-02
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor serge
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FeedBundle - Online RSS News Reader",
    "version": "1.6.0",
    "description": "Make your own collection of feeds, organize and read it with FeedBundle.",
    "author": "Serge Russo ",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [],
    "optional_host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "FeedBundle"
    },
    "icons": {
        "48": "assets\/images\/icon.png",
        "128": "assets\/images\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": ".\/assets\/js\/chrome\/index.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    }
}