WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EPUB Reader

EPUB Reader

View on Chrome Web Store
View EPUB Reader Chrome Extension on Chrome Web Store
Add to bookmarks
2.9 (57 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Read EPUB ebooks app for Chrome, works offline
Type
ChromeOS Game
Users
20,000 users
10K
Website chromebeat.com
chromebeatadmin
View author page of chromebeatadmin
Published
Published on October 10, 2014
Version 0.0.2
Manifest version
2
Updated
Updated on October 10, 2014
Website
Visit developer website
View on Chrome Web Store
View EPUB Reader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EPUB Reader",
    "short_name": "EPUB Reader",
    "description": "Read EPUB ebooks app for Chrome, works offline",
    "author": "Kyle Graehl",
    "version": "0.0.2",
    "manifest_version": 2,
    "offline_enabled": true,
    "minimum_chrome_version": "33",
    "file_handlers": {
        "any": {
            "types": [
                "application\/epub+zip"
            ],
            "extensions": [
                "epub"
            ],
            "title": "EPUB Reader"
        }
    },
    "app": {
        "background": {
            "scripts": [
                "web-server-chrome\/underscore.js",
                "web-server-chrome\/common.js",
                "web-server-chrome\/mime.js",
                "web-server-chrome\/buffer.js",
                "web-server-chrome\/request.js",
                "web-server-chrome\/stream.js",
                "web-server-chrome\/connection.js",
                "web-server-chrome\/webapp.js",
                "web-server-chrome\/handlers.js",
                "web-server-chrome\/httplib.js",
                "background.js"
            ]
        }
    },
    "permissions": [
        {
            "fileSystem": [
                "directory",
                "retainEntries"
            ]
        },
        "webview",
        "notifications",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "sockets": {
        "tcpServer": {
            "listen": [
                "127.0.0.1:*"
            ]
        }
    },
    "icons": {
        "16": "book-16.png",
        "19": "book-19.png",
        "32": "book-32.png",
        "38": "book-38.png",
        "48": "book-48.png",
        "64": "book-64.png",
        "96": "book-96.png",
        "128": "book-128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top