Html2FB2

Easy way to save a web page to FB2 file.

Cos'è Html2FB2?

Html2FB2 è un'estensione di Chrome sviluppata da mashkovitch, e la sua funzione principale è "Easy way to save a web page to FB2 file.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Html2FB2

Scarica i file di estensione Html2FB2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Html2FB2 Html2FB2
ID mibjaigahbobmafeokmmmdjddmajhgko
URL Ufficiale https://chromewebstore.google.com/detail/html2fb2/mibjaigahbobmafeokmmmdjddmajhgko
Descrizione Easy way to save a web page to FB2 file.
Dimensione del File 7.22 KB
Conteggio Installazioni 15
Versione Corrente 0.2
Ultimo Aggiornamento 2019-03-27
Data di Pubblicazione 2019-03-21
Sviluppatore mashkovitch
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}