Html2FB2

Easy way to save a web page to FB2 file.

Html2FB2とは何ですか?

Html2FB2はmashkovitchによって開発されたChromeの拡張機能で、その主な機能は「Easy way to save a web page to FB2 file.」です。

拡張機能のスクリーンショット

screenshot

Html2FB2拡張機能のCRXファイルをダウンロード

Html2FB2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides an easy way to select some content on a website and convert it to fb2 file.                    

拡張機能の基本情報

名前 Html2FB2 Html2FB2
ID mibjaigahbobmafeokmmmdjddmajhgko
公式URL https://chromewebstore.google.com/detail/html2fb2/mibjaigahbobmafeokmmmdjddmajhgko
説明 Easy way to save a web page to FB2 file.
ファイルサイズ 7.22 KB
インストール数 15
現在のバージョン 0.2
最終更新日 2019-03-27
公開日 2019-03-21
開発者 mashkovitch
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Html2FB2",
    "description": "Easy way to save a web page to FB2 file.",
    "version": "0.2",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}