FicLab

Save stories as ebook files for offline reading

FicLab là gì?

FicLab là một tiện ích mở rộng Chrome được phát triển bởi http://ficlab.com, và tính năng chính của nó là "Save stories as ebook files for offline reading".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng FicLab 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

                        Download fanfiction as ebook files from a number of popular sites. Simple to use, with beautiful results.

1. Browse to story;
2. Click the FicLab 'save' button;
3. Download the ebook.

Supports ePub, Kindle, PDF, markdown, plain text, MS Word (docx) and HTML. You can also download cover images on their own as PNG files.

A Note About Permissions:
This extension uses an "access all sites" permission. The purpose of this permission is to allow publishers to add support for their own sites, in addition to the sites that are supported natively. It will be used to add the 'save' button to supported sites, and to fetch story content from those sites. It will not be used for anything else, and will never access or modify any site other than fiction sites that are supported for ebook conversion by the extension.                    

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

Tên FicLab FicLab
ID obbeehkplijogilkjkpkicnanojdckoi
URL Chính Thức https://chrome.google.com/webstore/detail/ficlab/obbeehkplijogilkjkpkicnanojdckoi
Mô tả Save stories as ebook files for offline reading
Kích Thước Tệp 2.93 MB
Số Lần Cài Đặt 12,266
Phiên Bản Hiện Tại 1.0.101
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2020-04-02
Đánh Giá 4.77/5 Tổng số 35 Đánh Giá
Nhà Phát Triển http://ficlab.com
Email [email protected]
Trang Web Mở Rộng https://www.ficlab.com/
URL Trang Trợ Giúp https://www.ficlab.com/faq
URL Trang Chính Sách Bảo Mật https://www.ficlab.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.101",
    "name": "FicLab",
    "description": "Save stories as ebook files for offline reading",
    "homepage_url": "https:\/\/www.ficlab.com\/",
    "author": "Steve Gilberd ",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "140": "icons\/icon-140.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Save to eBook file"
    },
    "permissions": [
        "downloads",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "css\/*",
        "fonts\/*",
        "js\/button.js",
        "js\/integration.js",
        "html\/cf-bypass.html",
        "html\/modal.html",
        "icons\/*",
        "img\/*",
        "sites\/*"
    ],
    "background": {
        "scripts": [
            "js\/agent.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/bootstrap.js"
            ],
            "css": [
                "css\/overlay.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.fanfiction.net\/*",
                "https:\/\/*.fictionpress.com\/*"
            ],
            "js": [
                "sites\/fanfiction.net\/ui.js"
            ],
            "css": [
                "sites\/fanfiction.net\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.fimfiction.net\/*"
            ],
            "js": [
                "sites\/fimfiction.net\/ui.js"
            ],
            "css": [
                "sites\/fimfiction.net\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/literotica.com\/*",
                "https:\/\/*.literotica.com\/*"
            ],
            "js": [
                "sites\/literotica.com\/ui.js"
            ],
            "css": [
                "sites\/literotica.com\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/archiveofourown.org\/*",
                "https:\/\/www.archiveofourown.org\/*"
            ],
            "js": [
                "sites\/archiveofourown.org\/ui.js"
            ],
            "css": [
                "sites\/archiveofourown.org\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/starslibrary.net\/*",
                "https:\/\/www.starslibrary.net\/*"
            ],
            "js": [
                "sites\/starslibrary.net\/ui.js"
            ],
            "css": [
                "sites\/starslibrary.net\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.asianfanfics.com\/*"
            ],
            "js": [
                "sites\/asianfanfics.com\/ui.js"
            ],
            "css": [
                "sites\/asianfanfics.com\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.wattpad.com\/*"
            ],
            "js": [
                "sites\/wattpad.com\/ui.js"
            ],
            "css": [
                "sites\/wattpad.com\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.inkitt.com\/*"
            ],
            "js": [
                "sites\/inkitt.com\/ui.js"
            ],
            "css": [
                "sites\/inkitt.com\/ui.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/getinkspired.com\/*",
                "https:\/\/www.getinkspired.com\/*"
            ],
            "js": [
                "sites\/getinkspired.com\/ui.js"
            ],
            "css": [
                "sites\/getinkspired.com\/ui.css"
            ],
            "run_at": "document_end"
        }
    ]
}