Audiobook Reader

This extension is designed specially for playing audio books

Τι είναι το Audiobook Reader;

Το Audiobook Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lunu.bounir, και η κύρια λειτουργία του είναι "This extension is designed specially for playing audio books".

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

screenshot

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

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

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

                        The Audiobook Reader extension is a tool that will change the way you experience audiobooks. It offers a range of features that enhance your listening experience while providing seamless organization of your audiobook collection. 

Features:
Audiobook Management:
The extension provides a user-friendly interface to organize and store audiobooks in separate internal directories. This ensures a clutter-free and organized library where you can locate and access your favorite titles.

Resumable Playback and Position Tracking:
One of the most frustrating aspects of audiobook reading is losing track of your progress when returning to a book. This extension eliminates that annoyance by automatically saving and tracking the position of each audiobook. You can seamlessly resume playback from where you left off, even if you switch between different books or close the extension.

Global Media Key Support:
It supports global media keys, allowing you to play, pause, resume, and seek forward or backward using your keyboard's media control buttons. This feature provides a convenient and familiar way to manage your audiobook experience.

Navigation and Section Replay:
There are specific buttons for moving forward or backward by either 10 seconds or 1 minute. You can use these buttons to quickly go back to important parts or skip through sections that aren't relevant.

Book Ordering and Track Management:
The sidebar panel allows you to effortlessly change the order of books, ensuring your collection is arranged according to your preference. Furthermore, you can add, delete, or modify individual tracks within each audiobook, providing flexibility and customization options.                    

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

Όνομα Audiobook Reader Audiobook Reader
ID lkgmbpoppnafneoepphlcclcgggdoaba
Επίσημο URL https://chromewebstore.google.com/detail/audiobook-reader/lkgmbpoppnafneoepphlcclcgggdoaba
Περιγραφή This extension is designed specially for playing audio books
Μέγεθος Αρχείου 271 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2023-06-07
Ημερομηνία Δημοσίευσης 2023-06-07
Προγραμματιστής lunu.bounir
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webextension.org/listing/audiobook-reader.html
Διεύθυνση URL της Σελίδας Βοήθειας https://webextension.org/listing/audiobook-reader.html
URL της Σελίδας Πολιτικής Απορρήτου https://add0n.com/policies/lunu.bounir.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audiobook Reader",
    "description": "This extension is designed specially for playing audio books",
    "version": "0.1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/webextension.org\/listing\/audiobook-reader.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "data\/window\/icons\/16.png",
        "32": "data\/window\/icons\/32.png",
        "48": "data\/window\/icons\/48.png",
        "64": "data\/window\/icons\/64.png",
        "128": "data\/window\/icons\/128.png",
        "256": "data\/window\/icons\/256.png",
        "512": "data\/window\/icons\/512.png",
        "1024": "data\/window\/icons\/1024.png"
    },
    "action": [],
    "commands": {
        "_execute_action": []
    }
}