Reading list

Save articles, videos, and other content for later use

Was ist Reading list?

Reading list ist eine Chrome-Erweiterung, die von Wave Lab entwickelt wurde, und ihr Hauptmerkmal ist "Save articles, videos, and other content for later use".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Reading list-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reading list-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have you found something interesting on the Internet but don’t necessarily have time now? Reading list is extensions to save articles, videos, and other content for later use. Unlike bookmarks which are meant to be kept indefinitely, the Reading List is meant for pages you’d like to read once or check in the future and then bookmark or just discard.

Features:

 - list of web pages to read later
 - reading list backup and synchronization*
 - reading list searching
 - add multiple pages in one click
 - add to reading list from context menu
 - quickly add to reading list using shortcut
 - open or remove multiple items in one click
 - undo recent changes
 - settings - customize extension

* You need to be signed in to Chrome

Supported only on Google Chrome.                    

Grundlegende Informationen zur Erweiterung

Name Reading list Reading list
ID pgkdcepboeicdjeklohlkhjnoaadbpbj
Offizielle URL https://chromewebstore.google.com/detail/reading-list/pgkdcepboeicdjeklohlkhjnoaadbpbj
Beschreibung Save articles, videos, and other content for later use
Dateigröße 1.62 MB
Installationsanzahl 5,210
Aktuelle Version 2.2.2
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 4.09/5 Insgesamt 56 Bewertungen
Entwickler Wave Lab
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading list",
    "description": "Save articles, videos, and other content for later use",
    "version": "2.2.2",
    "offline_enabled": false,
    "minimum_chrome_version": "25",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "popup\/graphics\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "add_to_reading_list": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Add current page to reading list"
        }
    },
    "background": {
        "page": "background\/index.html"
    }
}