readeck

Readeck browser extension

Qu'est-ce que readeck ?

readeck est une extension Chrome développée par Readeck, et sa fonction principale est "Readeck browser extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension readeck

Téléchargez les fichiers d'extension readeck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
See it as a bookmark manager and a read later tool.

This is the browser extension that lets you save pages directly from your browser.

Send the content as you see it

Sometimes, Readeck can't directly save an article. There can be many reasons for that; the service is blocked by a website or it's a subscription only website.

The extension solves these issues by sending the full content of the page you want to save, including images.

Select content

In other occasions, you might need to save only a specific part of a page. If you select some text and click on the Readeck button, only the selected part will be sent to Readeck.
You can even save multiple selections at once!                    

Informations de Base sur l'Extension

Nom readeck readeck
ID jnmcpmfimecibicbojhopfkcbmkafhee
URL Officiel https://chromewebstore.google.com/detail/readeck/jnmcpmfimecibicbojhopfkcbmkafhee
Description Readeck browser extension
Taille du Fichier 36.24 KB
Nombre d'Installations 496
Version Actuelle 1.2.5
Dernière Mise à Jour 2024-01-07
Date de Publication 2024-01-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Readeck
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://readeck.org/
URL de la Page d'Aide https://codeberg.org/readeck/browser-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "readeck",
    "version": "1.2.5",
    "description": "Readeck browser extension",
    "author": "Olivier Meunier ",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [],
    "action": {
        "default_title": "Readeck",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_area": "navbar",
        "default_popup": "action\/index.html"
    },
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}