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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getnewsbot.com, και η κύρια λειτουργία του είναι "Reading a great article? Quickly find more like it. Powered by machine learning.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NewsBot - Give me 5

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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'"
}