rePub

reMarkable ePub

Qu'est-ce que rePub ?

rePub est une extension Chrome développée par https://hafaio.github.io, et sa fonction principale est "reMarkable ePub".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension rePub 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

                        Read web articles on your reMarkable with a single click.

There are a few notable differences between this and the "official" Read on reMarkable extension.
1. This extension has the ability to include images and iframes in the summarized articles, making certain articles significantly more "readable".
2. It provides more options for epub generation and upload, including a fix for 'pre' tags so they're rendered in fixed-width font.
3. It is open source, so if things don't work well, they can be changed.
4. It doesn't come with a PDF printer adapter, so if you want to print PDFs to your remarkable, you should still keep the "Read on reMarkable" extension.                    

Informations de Base sur l'Extension

Nom rePub rePub
ID blkjpagbjaekkpojgcgdapmikoaolpbl
URL Officiel https://chromewebstore.google.com/detail/repub/blkjpagbjaekkpojgcgdapmikoaolpbl
Description reMarkable ePub
Taille du Fichier 365 KB
Nombre d'Installations 3,402
Version Actuelle 3.4.0
Dernière Mise à Jour 2023-12-02
Date de Publication 2022-08-10
Évaluation 4.78/5 Total 9 Évaluations
Développeur https://hafaio.github.io
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/hafaio/repub/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rePub",
    "description": "reMarkable ePub",
    "version": "3.4.0",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "pageCapture",
        "offscreen",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/webapp-prod.cloud.remarkable.engineering\/",
        "https:\/\/internal.cloud.remarkable.com\/",
        "https:\/\/storage.googleapis.com\/"
    ],
    "options_page": "out\/index.html",
    "action": {
        "default_title": "convert page to epub"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/repub_16.png",
        "32": "images\/repub_32.png",
        "48": "images\/repub_48.png",
        "128": "images\/repub_128.png"
    }
}