Chrome Reading List 2 ❤

Reading list of pages or articles to be read later

Τι είναι το Chrome Reading List 2 ❤;

Το Chrome Reading List 2 ❤ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον elgervb, και η κύρια λειτουργία του είναι "Reading list of pages or articles to be read later".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Reading List 2 ❤

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

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

                        Google Chrome Extension to keep track of your readinglist. Add pages or links to your readinglist for later reading.
Review your readinglist from the extension popup in the top right corner of your screen.
When signed in, the readinglist can be synced to your account, so you can use it on other devices as well.

Read an item by clicking on the item in the popup. This will remove the item from the list, reducing the length of the readinglist with each click.

Find a readinglist item by filtering or sorting, or just pick a random readinglist item by clicking the 'random' button.

If you have any questions or suggestions, please don't hesitate to contact me. You can contact me through the support section of this plugin in the Chrome web store.

NOTE: this extension is free of charge and does not contain any ads.

Permission needed for:
- bookmarks: we store all reading list items in a separate bookmarks folder. This will also enable auto syncing when signing into Chrome
- tabs: when adding a reading list item, we need to read the url and the title of the active tab
- storage: remember filters, so next time you open the extension, it looks exactly like you left it previously                    

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

Όνομα Chrome Reading List 2 ❤ Chrome Reading List 2 ❤
ID kdapifmgfmpofpeoehdelijjcdpmgdja
Επίσημο URL https://chromewebstore.google.com/detail/chrome-reading-list-2-%E2%9D%A4/kdapifmgfmpofpeoehdelijjcdpmgdja
Περιγραφή Reading list of pages or articles to be read later
Μέγεθος Αρχείου 127 KB
Αριθμός Εγκαταστάσεων 770
Τρέχουσα Έκδοση 0.3.8
Τελευταία Ενημέρωση 2022-01-28
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 3.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής elgervb
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/elgervb/chrome-readinglist2
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/elgervb/chrome-readinglist2/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Reading List 2 \u2764",
    "description": "Reading list of pages or articles to be read later",
    "version": "0.3.8",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_title": "Reading list",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}