NewsBytes

NewsBytes. Get notifications for important news! - Developed by masthead1.

Τι είναι το NewsBytes;

Το NewsBytes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον masthead1, και η κύρια λειτουργία του είναι "NewsBytes. Get notifications for important news! - Developed by masthead1.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NewsBytes

Λήψη αρχείων επέκτασης NewsBytes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NewsBytes keeps you up-to-date in flat 7 minutes every day!

Features: 
★ Read precise headlines and the most relevant daily news in English. 
★ Readability is enhanced by images and bullet points. 
★ Click a newsByte to read the whole contextual timeline. 

Tweaks:
★ Choose the frequency of news notifications.
★ Get notified for every important event.
★ Have finer control over what notifications you want to see.
★ A concise view where, reading news was never so convenient.
★ Choose a news topic for notifications.

Credits:
★ Extension created by masthead1

NOTE: I'm not responsible for any unforeseen disputes and/or clashes. All the copyrights and trademarks still belong to NewsBytes. User is advised to use this extension for his personal use only.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NewsBytes NewsBytes
ID bcagmlagipnemfopckphgekmbhlpoldk
Επίσημο URL https://chromewebstore.google.com/detail/newsbytes/bcagmlagipnemfopckphgekmbhlpoldk
Περιγραφή NewsBytes. Get notifications for important news! - Developed by masthead1.
Μέγεθος Αρχείου 440 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2016-12-24
Ημερομηνία Δημοσίευσης 2016-12-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής masthead1
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.newsbytesapp.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewsBytes",
    "description": "NewsBytes. Get notifications for important news! - Developed by masthead1. ",
    "icons": {
        "36": "img\/android-icon-36x36.png",
        "48": "img\/android-icon-48x48.png",
        "72": "img\/android-icon-72x72.png",
        "96": "img\/android-icon-96x96.png",
        "144": "img\/android-icon-144x144.png"
    },
    "version": "0.2",
    "homepage_url": "http:\/\/www.newsbytesapp.com\/",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.newsbytesapp.com\/",
        "http:\/\/newsbytes.image-bucket.01.s3.amazonaws.com\/images\/",
        "alarms",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/aboutusred.png",
        "default_title": "NewsBytes",
        "default_popup": "popup.html"
    }
}