To Be Read Light

A list that holds the pages that you didn't read yet but you would like to.

Τι είναι το To Be Read Light;

Το To Be Read Light είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον googoolea, και η κύρια λειτουργία του είναι "A list that holds the pages that you didn't read yet but you would like to.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης To Be Read Light

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

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

                        ToBeRead bookmarks your opened tabs for later read if you don't want to read them right now but later.
If you find yourself reopening the same pages in the morning, pages that you did not read yet but you would like to, if your browser has more than 10 tabs opened every morning then this extension is for you.
ToBeRead will access, on your choice, your browsing history but only opened tabs in order to save them always locally.
ToBeRead Light version of the extensions will not save the screenshot of your pages when you add them to the "read later" list. For that you have ToBeRead Pro, also free.

Good news everyone, another version of this extension is available now: the pro version; it  saves the screenshot of your page that you save in the read later list and so it needs just one more permission. Check it, you might like it more.                    

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

Όνομα To Be Read Light To Be Read Light
ID fipcegbppbkhegmaomllfjdcdffindja
Επίσημο URL https://chromewebstore.google.com/detail/to-be-read-light/fipcegbppbkhegmaomllfjdcdffindja
Περιγραφή A list that holds the pages that you didn't read yet but you would like to.
Μέγεθος Αρχείου 62.05 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 3.2
Τελευταία Ενημέρωση 2013-12-15
Ημερομηνία Δημοσίευσης 2013-12-15
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής googoolea
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.gugulea.ro/app/?page_id=47
Διεύθυνση URL της Σελίδας Βοήθειας http://www.gugulea.ro/app/?page_id=47
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To Be Read Light",
    "version": "3.2",
    "description": "A list that holds the pages that you didn't read yet but you would like to.",
    "icons": {
        "128": "icons\/tbr128.png",
        "64": "icons\/tbr64.png",
        "32": "icons\/tbr32.png",
        "16": "icons\/tbr16.png"
    },
    "browser_action": {
        "default_icon": "icons\/tbr32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "homepage_url": "http:\/\/gugulea.ro\/app\/?page_id=47",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "contextMenus"
    ],
    "manifest_version": 2
}