EpubPressX - Read the web offline

Create custom ebooks from your favorite blogs and websites.

EpubPressX - Read the web offlineとは何ですか?

EpubPressX - Read the web offlineはsunxenによって開発されたChromeの拡張機能で、その主な機能は「Create custom ebooks from your favorite blogs and websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

EpubPressX - Read the web offline拡張機能のCRXファイルをダウンロード

EpubPressX - Read the web offline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fork from EpubPress, and make some updates:
- Faster and more stable: e-books are created locally, not dependent on the server
- Fixed EPUB format issues
- Fixed image positioning issues
- Can set the cover
- Can choose whether to include images

Project: https://github.com/sunxen/EpubPressX                    

拡張機能の基本情報

名前 EpubPressX - Read the web offline EpubPressX - Read the web offline
ID akgkfegkiajbamekmkcafnfckmhgcnpa
公式URL https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa
説明 Create custom ebooks from your favorite blogs and websites.
ファイルサイズ 599 KB
インストール数 725
現在のバージョン 1.1.1
最終更新日 2024-02-13
公開日 2023-09-06
開発者 sunxen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sunxen/EpubPressX
ヘルプページのURL https://github.com/sunxen/EpubPressX/issues
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.1.1",
    "author": "sunxen",
    "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/download-icon-16.png",
        "128": "images\/download-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "build\/service.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "images\/download-icon-20.png",
            "32": "images\/download-icon-32.png"
        },
        "default_title": "EpubPressX",
        "default_popup": "popup.html"
    }
}