NewsBot - Give me 5

Reading a great article? Quickly find more like it. Powered by machine learning.

什麼是NewsBot - Give me 5?

NewsBot - Give me 5是由https://getnewsbot.com開發的Chrome擴展程式,該擴展的主要功能是“Reading a great article? Quickly find more like it. Powered by machine learning.”。

擴展截圖

screenshot
screenshot

下載NewsBot - Give me 5擴展crx文件

下載NewsBot - Give me 5擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "NewsBot is a brilliant new Google Chrome extension which allows you to create your own streams, by sending you related articles when you show it a piece of writing that you are interested in." - BBC News Labs

400+ upvotes on Product Hunt.

Featured on the Chrome Store.

"NewsBot is a related-news extension for Chrome. Install it, and whenever you’re reading an interesting article simply click the icon to see related articles from top sources." - Netted by the Webby's

Features:

Instantly see related news to what you are reading
Whenever you're reading an article in the browser, related articles are now just one keypress away.

Follow interesting stories
Want to be the first to find out when relevant articles are published? Your bot can keep you posted via email

Read & share articles where it suits you
We also supply your Bot with a smart RSS feed to integrate with the apps you love.

1m+ curated news & blog articles
To ensure the quality of the recommendations, we serve you content from only the best sources.

From the makers of Similar Pages for Wikipedia: http://bit.ly/similarwiki                    

擴展基本資訊

名稱 NewsBot - Give me 5 NewsBot - Give me 5
ID gahbhdbjjomehdmbjielhoflcmnecief
官方網址 https://chromewebstore.google.com/detail/newsbot-give-me-5/gahbhdbjjomehdmbjielhoflcmnecief
簡介 Reading a great article? Quickly find more like it. Powered by machine learning.
檔案大小 567 KB
安裝次數 2,809
目前版本 0.2.1
更新時間 2020-10-07
上架時間 2018-06-05
評分 4.32/5 共 57 次評分
開發者 https://getnewsbot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getnewsbot.com/
說明頁面URL https://getnewsbot.com/help
隱私政策頁面URL https://lateral.io/privacy-policy
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifestName__",
    "version": "0.2.1",
    "description": "__MSG_manifestDescription__",
    "author": "Lateral",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/www.getnewsbot.com\/",
        "https:\/\/images-new.getnewsbot.com\/",
        "https:\/\/getnewsbot.com\/"
    ],
    "browser_action": {
        "default_icon": "icons\/action.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}