Expanded Reading List

The Expanded Reading list helps you to store links to wepsites for a later use

Τι είναι το Expanded Reading List;

Το Expanded Reading List είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shza.dev, και η κύρια λειτουργία του είναι "The Expanded Reading list helps you to store links to wepsites for a later use".

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

screenshot
screenshot

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

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

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

                        This exstention saves links to pages for a later use.

This readinglist and bookmark exstention is simple and easy to use. You can easily find the link you are looking for by using the search functionality, which helps keep your tab count down.

By turning on chrome synchronization your saved links from one device will be automaticly be shown to you on all your devices.

How to use the exstention:

1. Go to the page youn want to save for later
2. Open the exstention by clicking on the icon in the top right of your browser.
3. Click the add current page button.
4. When you want to open a page, click the reading item you want to read.
(If you cannot find it, you can use the search bar)
5. When you are done with a page, just click the - X - in the right cornor of the reading item                    

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

Όνομα Expanded Reading List Expanded Reading List
ID hmcafagfodljgndoicfhobgnlampagmk
Επίσημο URL https://chromewebstore.google.com/detail/expanded-reading-list/hmcafagfodljgndoicfhobgnlampagmk
Περιγραφή The Expanded Reading list helps you to store links to wepsites for a later use
Μέγεθος Αρχείου 72.38 KB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2022-05-25
Ημερομηνία Δημοσίευσης 2022-05-24
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής shza.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expanded Reading List",
    "description": "The Expanded Reading list helps you to store links to wepsites for a later use",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    }
}