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 là gì?

News Tab là một tiện ích mở rộng Chrome được phát triển bởi https://newstab.com, và tính năng chính của nó là "Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng News Tab

Tải xuống các tệp mở rộng News Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên News Tab News Tab
ID biojnaikodbeknbdfdchnndkeoafkbnh
URL Chính Thức https://chromewebstore.google.com/detail/news-tab/biojnaikodbeknbdfdchnndkeoafkbnh
Mô tả Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!
Kích Thước Tệp 11.08 MB
Số Lần Cài Đặt 9,500
Phiên Bản Hiện Tại 3.1.2
Cập Nhật Lần Cuối 2021-02-24
Ngày Phát Hành 2020-02-07
Đánh Giá 4.68/5 Tổng số 409 Đánh Giá
Nhà Phát Triển https://newstab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.newstab.com/
URL Trang Trợ Giúp https://www.newstab.com/home/faq
URL Trang Chính Sách Bảo Mật http://www.newstab.com/home/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}