News - Rss Reader

Latest news

O que é News - Rss Reader?

News - Rss Reader é uma extensão do Chrome desenvolvida por K.I.S Extensions corp., e sua principal característica é "Latest news".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão News - Rss Reader

Baixe arquivos de extensão News - Rss 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

                        The best way to stay up to date news of the leading companies!
*Provides real-time news updates.
*Allows you to select your favorite news company.
*Allows you to Create your individual categories menu.
*Browser icon badge counter showing number of new posts.
*Categories menu with individual badge - showing number of new posts for      
 each.
*Search input - allows you to view the items that contain the selected search 
 key.
*Favorite list - provides you the possibility to store your favorite articles.
*Date sorting option.
*Ability to set time interval (new articles updating).                    

Informações Básicas da Extensão

Nome News - Rss Reader News - Rss Reader
ID jfeobdmdoohcjgafppibgoomhpjemeah
URL Oficial https://chrome.google.com/webstore/detail/news-rss-reader/jfeobdmdoohcjgafppibgoomhpjemeah
Descrição Latest news
Tamanho do Arquivo 719 KB
Contagem de Instalações 229
Versão Atual 1.1.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor K.I.S Extensions corp.
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News - Rss Reader",
    "description": "Latest news",
    "version": "1.1.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "tabs",
        "storage",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": {
            "19": "skin\/icons\/icons19.png",
            "38": "skin\/icons\/icons38.png",
            "128": "skin\/icons\/icons128.png"
        },
        "default_popup": "popup.html",
        "default_title": "News - Rss Reader"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.0.3.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "skin\/icons\/icons19.png",
        "48": "Skin\/icons\/icons48.png",
        "128": "skin\/icons\/icons128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.js",
            "js\/backgroundPage.js"
        ]
    }
}