fimfic2epub

Improved EPUB exporter for Fimfiction

fimfic2epub란 무엇입니까?

fimfic2epub은(는) djazz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improved EPUB exporter for Fimfiction"입니다.

확장 프로그램 스크린샷

screenshot

fimfic2epub 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a Chrome extension to generate improved EPUB ebooks from Fimfiction stories. It replaces the default EPUB download option.                    

확장 프로그램 기본 정보

이름 fimfic2epub fimfic2epub
ID fiijkoniocipeemlflajmmaecfhfcand
공식 URL https://chromewebstore.google.com/detail/fimfic2epub/fiijkoniocipeemlflajmmaecfhfcand
설명 Improved EPUB exporter for Fimfiction
파일 크기 1.33 MB
설치 횟수 227
현재 버전 1.7.57
최근 업데이트 2024-03-02
출시 날짜 2020-03-15
평점 5.00/5 총 9 개의 평점
개발자 djazz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/daniel-j/fimfic2epub
도움말 페이지 URL https://github.com/daniel-j/fimfic2epub/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fimfic2epub",
    "short_name": "fimfic2epub",
    "description": "Improved EPUB exporter for Fimfiction",
    "version": "1.7.57",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "build\/eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fimfiction.net\/*",
                "https:\/\/fimfiction.net\/*"
            ],
            "js": [
                "build\/fimfic2epub.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "fimfic2epub-logo.png"
    },
    "web_accessible_resources": [
        "fimfic2epub-logo.png"
    ],
    "permissions": [
        "https:\/\/fimfiction.net\/*",
        "https:\/\/*.fimfiction.net\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/i.ytimg.com\/*",
        "https:\/\/twemoji.maxcdn.com\/*",
        "https:\/\/cdn.jsdelivr.net\/gh\/twitter\/*",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}