dotEPUB

Convert any webpage into an e-book

Qu'est-ce que dotEPUB ?

dotEPUB est une extension Chrome développée par https://dotepub.com, et sa fonction principale est "Convert any webpage into an e-book".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        dotEPUB allows you to convert any webpage into an EPUB or Kindle e-book.

Download webpages to any device: e-readers, tablets, smartphones, netbooks, desktop computers...

Save now and immersively read later (even offline) those long and deep articles you didn't have time to read while browsing.

Build a personal library of your favorite blog posts, news articles, etc.

Warning: This extension can only be run once on the same webpage unless you reload that page.                    

Informations de Base sur l'Extension

Nom dotEPUB dotEPUB
ID okpfiebkkmjcnodegbbbiellepfhoglm
URL Officiel https://chromewebstore.google.com/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm
Description Convert any webpage into an e-book
Taille du Fichier 26.86 KB
Nombre d'Installations 36,255
Version Actuelle 1.2.4
Dernière Mise à Jour 2020-05-31
Date de Publication 2020-05-31
Évaluation 3.96/5 Total 272 Évaluations
Développeur https://dotepub.com
Type de Paiement free
Site Web de l'Extension https://dotepub.com
Langues Prises en Charge en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "name": "dotEPUB",
    "description": "__MSG_extDesc__",
    "version": "1.2.4",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "dotEPUB"
    }
}