fimfic2epub

Improved EPUB exporter for Fimfiction

fimfic2epub là gì?

fimfic2epub là một tiện ích mở rộng Chrome được phát triển bởi djazz, và tính năng chính của nó là "Improved EPUB exporter for Fimfiction".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng fimfic2epub

Tải xuống các tệp mở rộng fimfic2epub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên fimfic2epub fimfic2epub
ID fiijkoniocipeemlflajmmaecfhfcand
URL Chính Thức https://chromewebstore.google.com/detail/fimfic2epub/fiijkoniocipeemlflajmmaecfhfcand
Mô tả Improved EPUB exporter for Fimfiction
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 1.7.57
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2020-03-15
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển djazz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/daniel-j/fimfic2epub
URL Trang Trợ Giúp https://github.com/daniel-j/fimfic2epub/issues
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}