WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EBook Offline Reader

EBook Offline Reader

View on Chrome Web Store
View EBook Offline Reader Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (447 ratings)
1 new 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 for your Chromebook and ChromeOS, works offline
Type
ChromeOS Game
Users
30,000 users
5K
Website chromebeat.com
chromebeatadmin
View author page of chromebeatadmin
Published
Published on March 10, 2014
Version 0.0.3
Manifest version
2
Updated
Updated on October 21, 2014
Website
Visit developer website
View on Chrome Web Store
View EBook Offline 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",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0jhYCl9TUXoR7TdVhkHm30bdDi+pFdZWUoI1pAXnaycnpwFYRbwD2WeNPm5pPup+6AGCk9pEVfacnaqYXE9xX5b\/d+yRvaf6ASQnxtUBk2uaaAkrz41+cdobhvUJgXuX7H0Vp447WXUaRRKgisna0zPh7FB91zpDAIZHnoe2rGPecVKv9hdF2raNROsLyK1ewl5Uux4AEKgzxVyle3deH57f2GEi1Ie3gO29GtDB5cvlM7Xgbx5rrndl2shVb3sU3wDL2a5Tevcoc18ZYr1zgksX9ZVpeTCuRl+GUvLO\/BxGeUZDujpp+a3PluVJNEeo0orfhFj9\/EK4eQ0HXq+KwIDAQAB",
    "name": "EBook Offline Reader",
    "short_name": "EBook Offline Reader",
    "description": "Read epub ebooks for your Chromebook and ChromeOS, works offline",
    "author": "Kyle Graehl",
    "version": "0.0.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "minimum_chrome_version": "33",
    "file_handlers": {
        "any": {
            "types": [
                "application\/epub+zip"
            ],
            "extensions": [
                "epub"
            ],
            "title": "EBook Offline 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