Html2FB2
Easy way to save a web page to FB2 file.
What is Html2FB2?
Html2FB2 is a Chrome extension developed by mashkovitch, and its main feature is "Easy way to save a web page to FB2 file.".
Extension Screenshots
Download Html2FB2 Extension CRX File
Download Html2FB2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Provides an easy way to select some content on a website and convert it to fb2 file.
Extension Basic Information
Name | Html2FB2 |
ID | mibjaigahbobmafeokmmmdjddmajhgko |
Official URL | https://chromewebstore.google.com/detail/html2fb2/mibjaigahbobmafeokmmmdjddmajhgko |
Description | Easy way to save a web page to FB2 file. |
File Size | 7.22 KB |
Installation Count | 15 |
Current Version | 0.2 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-21 |
Developer | mashkovitch |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |