News Tab

Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!

O que é News Tab?

News Tab é uma extensão do Chrome desenvolvida por https://newstab.com, e sua principal característica é "Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão News Tab

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

                        Tired of juggling among news apps to get the top stories of the day? Important news get lost in your social feeds? Trending news pass you by unnoticed?

NewsTab, the popular newsreader, is now available as a NewTab chrome extension. With NewsTab extension, you’ll get the top news for your region (supporting over 130 regions and languages) with every new tab you open… All in a beautiful, image rich, experience. Select a default news category (Top Stories, Sports, Technology, Entertainment etc.) or simply add any news topic (e.g. Michael Jordan)  or news source (e.g. cnn).

About NewsTab (available for Web, Android and iOS):

NewsTab is a single place to read and share the news you care about from the publishers you love (global & local). Simply find and follow international & local news sources in over 130 regions and languages worldwide. Follow popular news topics (Headlines, Sports, Technology, Entertainment etc.) or create your own with Google News topics and Google alerts. NewsTab supports any RSS feed and seamlessly integrates with Google News and Twitter, making it super-easy to follow any news topics, hashtag, blog, newspaper, magazine or website.

NewsTab is a beautiful newsreader, designed for enjoyable browsing among your favorite news sources (via RSS and Twitter feeds) with a visual, image reach, experience. It combines the flexibility of open RSS readers such as Feedly or (the late) Google Reader, with the intuitive and visual experience of modern (but more rigid and closed) news apps, such as Flipboard, News Republic and LinkedIn Pulse. 

With NewsTab you can easily follow any news topic, publisher or RSS feed, and organize them into news sections based on your preferences. You can also add your Twitter account and follow your timeline, users or hashtags.

For those of you who are following international publishers, we’ve built a powerful feed catalog, indexing millions of feeds from top global and local newspapers and magazines in over 130 countries & languages around the world. Top regions in our catalog include US, Russia, Brazil, Japan, Germany, and many more. Top languages in our catalog include English, Spanish, Italian, Portuguese, Russian, and many more.

Key features:

•	Beautiful, intuitive and fun to use.
•	Easily find top local & international publishers in over 130 regions worldwide
•	Follow any news topic (powered by Google News) 
•	Follow social feeds and hashtags on Twitter 
•	Flexible and personal (follow any RSS / Twitter feed and organize into sections)
•	Instant article load experience with built in “Full Simplified Article” view
•	Offline, read later functionality
•	Integrates with popular “save for later” apps such as Pocket, Instapaper, Readability, Evernote and OneNote
•	Beautiful and usable news widget
•	Supports video news and podcasts
•	A simple to use TO-DO list

About:

Offered by: https://www.newstab.com/
Terms of Use: https://www.newstab.com/home/terms
Privacy Policy: https://www.newstab.com/home/privacy                    

Informações Básicas da Extensão

Nome News Tab News Tab
ID biojnaikodbeknbdfdchnndkeoafkbnh
URL Oficial https://chromewebstore.google.com/detail/news-tab/biojnaikodbeknbdfdchnndkeoafkbnh
Descrição Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!
Tamanho do Arquivo 11.08 MB
Contagem de Instalações 9,500
Versão Atual 3.1.2
Última Atualização 2021-02-24
Data de Publicação 2020-02-07
Classificação 4.68/5 Total de 409 Avaliações
Desenvolvedor https://newstab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.newstab.com/
URL da Página de Ajuda https://www.newstab.com/home/faq
URL da Página de Política de Privacidade http://www.newstab.com/home/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "News Tab",
    "short_name": "News Tab",
    "version": "3.1.2",
    "manifest_version": 2,
    "author": "NewsTab",
    "description": "Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!",
    "homepage_url": "https:\/\/www.newstab.com",
    "icons": {
        "16": "\/Media\/ExtensionImages\/emptyIcon.png",
        "19": "\/Media\/ExtensionImages\/Icons\/icon19.png",
        "48": "\/Media\/ExtensionImages\/Icons\/icon48.png",
        "96": "\/Media\/ExtensionImages\/Icons\/icon96.png",
        "128": "\/Media\/ExtensionImages\/Icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/Media\/ExtensionImages\/Icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "topSites",
        "https:\/\/*.newstab.com\/",
        "https:\/\/s2.googleusercontent.com\/",
        "https:\/\/feedapi.psccint.com\/",
        "https:\/\/api.bing.com\/"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/Scripts\/ExtensionShared\/NewsTab.js",
            "\/Scripts\/ExtensionShared\/Helpers.js",
            "\/Scripts\/Framework\/jquery\/jquery-3.4.0.js",
            "\/Scripts\/ExtensionOnly\/moment.min.js",
            "\/Scripts\/ExtensionShared\/Models\/Article.js",
            "\/Scripts\/ExtensionShared\/Models\/Feed.js",
            "\/Scripts\/ExtensionShared\/Models\/Section.js",
            "\/Scripts\/ExtensionShared\/Modules\/RegionManager.js",
            "\/Scripts\/ExtensionShared\/Modules\/XhrManager.js",
            "\/Scripts\/ExtensionShared\/Modules\/ArticleView.js",
            "\/Scripts\/ExtensionShared\/Modules\/SectionsManager.js",
            "\/Scripts\/ExtensionOnly\/Modules\/TimeAndWeatherWidget.js",
            "\/Scripts\/ExtensionOnly\/Modules\/SportWidget.js",
            "\/Scripts\/ExtensionOnly\/Modules\/Wallpapers.js",
            "\/Scripts\/ExtensionShared\/Modules\/ImageCollage.js",
            "\/Scripts\/ExtensionOnly\/config.js",
            "\/Scripts\/ExtensionOnly\/article.js",
            "\/Scripts\/ExtensionOnly\/common.js",
            "\/Scripts\/ExtensionOnly\/Extension.js",
            "\/Scripts\/ExtensionOnly\/Background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newTab"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.newstab.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.newstab.com\/*"
            ],
            "js": [
                "\/Scripts\/ExtensionOnly\/InjectScript.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com; object-src 'self'"
}