Html2FB2

Easy way to save a web page to FB2 file.

Qu'est-ce que Html2FB2 ?

Html2FB2 est une extension Chrome développée par mashkovitch, et sa fonction principale est "Easy way to save a web page to FB2 file.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Html2FB2

Téléchargez les fichiers d'extension Html2FB2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Html2FB2 Html2FB2
ID mibjaigahbobmafeokmmmdjddmajhgko
URL Officiel https://chromewebstore.google.com/detail/html2fb2/mibjaigahbobmafeokmmmdjddmajhgko
Description Easy way to save a web page to FB2 file.
Taille du Fichier 7.22 KB
Nombre d'Installations 15
Version Actuelle 0.2
Dernière Mise à Jour 2019-03-27
Date de Publication 2019-03-21
Développeur mashkovitch
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}