Create a Book Creator Book
This extension creates a new book on the Book Creator platform.
Wat is Create a Book Creator Book?
Create a Book Creator Book is een Chrome-extensie ontwikkeld door Thomas Hammerlund, en de belangrijkste functie is "This extension creates a new book on the Book Creator platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie Create a Book Creator Book
Download Create a Book Creator Book-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
With one click, this extension creates a new book on Book Creator when you are logged into your account.
Basisinformatie over de Extensie
Naam | |
ID | kjifljihkblgepkklekaipcadghnmmpj |
Officiële URL | https://chrome.google.com/webstore/detail/create-a-book-creator-boo/kjifljihkblgepkklekaipcadghnmmpj |
Beschrijving | This extension creates a new book on the Book Creator platform. |
Bestandsgrootte | 9.19 KB |
Aantal Installaties | 3,476 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-08-23 |
Publicatiedatum | 2021-08-23 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Thomas Hammerlund |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sites.google.com/view/one-click-extensions/ |
URL van de Privacybeleid Pagina | https://sites.google.com/view/one-click-extensions/privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Create a Book Creator Book", "description": "This extension creates a new book on the Book Creator platform.", "version": "0.1", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Book Creator Book" }, "background": { "service_worker": "background.js" } } |