fimfic2epub
Improved EPUB exporter for Fimfiction
Wat is fimfic2epub?
fimfic2epub is een Chrome-extensie ontwikkeld door djazz, en de belangrijkste functie is "Improved EPUB exporter for Fimfiction".
Extensie Screenshots
Download het CRX-bestand van de extensie fimfic2epub
Download fimfic2epub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a Chrome extension to generate improved EPUB ebooks from Fimfiction stories. It replaces the default EPUB download option.
Basisinformatie over de Extensie
Naam | fimfic2epub |
ID | fiijkoniocipeemlflajmmaecfhfcand |
Officiële URL | https://chromewebstore.google.com/detail/fimfic2epub/fiijkoniocipeemlflajmmaecfhfcand |
Beschrijving | Improved EPUB exporter for Fimfiction |
Bestandsgrootte | 1.33 MB |
Aantal Installaties | 227 |
Huidige Versie | 1.7.57 |
Laatst Bijgewerkt | 2024-03-02 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | djazz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/daniel-j/fimfic2epub |
Help Pagina-URL | https://github.com/daniel-j/fimfic2epub/issues |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fimfic2epub", "short_name": "fimfic2epub", "description": "Improved EPUB exporter for Fimfiction", "version": "1.7.57", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "build\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.fimfiction.net\/*", "https:\/\/fimfiction.net\/*" ], "js": [ "build\/fimfic2epub.js" ], "css": [ "inject.css" ] } ], "page_action": { "default_icon": "fimfic2epub-logo.png" }, "web_accessible_resources": [ "fimfic2epub-logo.png" ], "permissions": [ "https:\/\/fimfiction.net\/*", "https:\/\/*.fimfiction.net\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/i.ytimg.com\/*", "https:\/\/twemoji.maxcdn.com\/*", "https:\/\/cdn.jsdelivr.net\/gh\/twitter\/*", "storage" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |