Beautiful Epub Reader

Makes reading an epub exactly the same as an ebook in pdf format.

Τι είναι το Beautiful Epub Reader;

Το Beautiful Epub Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sparrow, και η κύρια λειτουργία του είναι "Makes reading an epub exactly the same as an ebook in pdf format.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Beautiful Epub Reader

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

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

                        ◈  epub reader with pdf-reader-like user interface.
◈  restore the scroll position when re-opening the file.
◈  store/save opened files and its history.
◈  support sweet sidebar, night-mode, onoff raw css effect
◈  parsing and rendering accuracy 90%+
◈  allow users to change fonts and text styles.
◈  directly open local and downloaded epub files.(the user has to manually approve this permission by visiting chrome://extensions/ and put a tick at the "Allow access to file URLs" checkbox to enable this feature.)                    

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

Όνομα Beautiful Epub Reader Beautiful Epub Reader
ID gbohfhccchgngoapncnfnpldhlkojifo
Επίσημο URL https://chromewebstore.google.com/detail/beautiful-epub-reader/gbohfhccchgngoapncnfnpldhlkojifo
Περιγραφή Makes reading an epub exactly the same as an ebook in pdf format.
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 7,140
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2023-06-16
Ημερομηνία Δημοσίευσης 2021-05-17
Αξιολόγηση 4.66/5 Συνολικά 131 Αξιολογήσεις
Προγραμματιστής Sparrow
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kska32.github.io/beautiful-epub-reader
URL της Σελίδας Πολιτικής Απορρήτου https://kska32.github.io/privacy-policy
Υποστηριζόμενες Γλώσσες en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beautiful Epub Reader",
    "short_name": "B.Ep.Reader",
    "author": "[email protected]",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.5.5",
    "permissions": [
        "tts",
        "storage",
        "fontSettings",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "file:\/\/*"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "Beautiful Epub Reader",
        "default_icon": "icons\/epub128.png"
    },
    "icons": {
        "16": "icons\/epub16.png",
        "32": "icons\/epub32.png",
        "48": "icons\/epub48.png",
        "64": "icons\/epub64.png",
        "96": "icons\/epub96.png",
        "128": "icons\/epub128.png"
    }
}