web-comic-to-epub
Extension that generates fixed layout epub file from images published on the web.
web-comic-to-epub란 무엇입니까?
web-comic-to-epub은(는) ykrods에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that generates fixed layout epub file from images published on the web."입니다.
확장 프로그램 스크린샷
web-comic-to-epub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension that generates fixed layout epub file from images published on the web. # supporting site It works for simple pages where the images of one episode is listed in one page. # How to Use 1. Open the page that you want to include in epub. 2. Click 'Add as chapter' button. 3. Click 'Open editor' and edit book metadata like title or author. 4. Click 'EXPORT' and download epub. 5. Click 'RESET' if the generated epub has no problem. 6. Enjoy comic!
확장 프로그램 기본 정보
이름 | |
ID | olbliemchjfgfmdnjmocejnaiaebkpci |
공식 URL | https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci |
설명 | Extension that generates fixed layout epub file from images published on the web. |
파일 크기 | 367 KB |
설치 횟수 | 135 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-01-06 |
출시 날짜 | 2020-01-06 |
개발자 | ykrods |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ykrods/web-comic-to-epub |
도움말 페이지 URL | https://github.com/ykrods/web-comic-to-epub/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "web-comic-to-epub", "version": "1.0.1", "description": "Extension that generates fixed layout epub file from images published on the web.", "permissions": [ "activeTab", "declarativeContent", "storage", "unlimitedStorage" ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_title": "", "default_icon": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_popup": "popup.html" } } |