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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}