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!

什么是News Tab?

News Tab是由https://newstab.com开发的Chrome扩展程序,该扩展的主要功能是“Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!”。

扩展截图

screenshot
screenshot
screenshot

下载News Tab扩展crx文件

下载News Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 News Tab News Tab
ID biojnaikodbeknbdfdchnndkeoafkbnh
官方URL https://chromewebstore.google.com/detail/news-tab/biojnaikodbeknbdfdchnndkeoafkbnh
简介 Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!
文件大小 11.08 MB
安装次数 9,500
当前版本 3.1.2
更新时间 2021-02-24
上架时间 2020-02-07
评分 4.68/5 共409次评分
开发者 https://newstab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.newstab.com/
帮助页面URL https://www.newstab.com/home/faq
隐私政策页面URL http://www.newstab.com/home/privacy
支持的语言 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'"
}