Create a Book Creator Book
This extension creates a new book on the Book Creator platform.
What is Create a Book Creator Book?
Create a Book Creator Book is a Chrome extension developed by Thomas Hammerlund, and its main feature is "This extension creates a new book on the Book Creator platform.".
Extension Screenshots
Download Create a Book Creator Book Extension CRX File
Download Create a Book Creator Book 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
With one click, this extension creates a new book on Book Creator when you are logged into your account.
Extension Basic Information
Name | |
ID | kjifljihkblgepkklekaipcadghnmmpj |
Official URL | https://chrome.google.com/webstore/detail/create-a-book-creator-boo/kjifljihkblgepkklekaipcadghnmmpj |
Description | This extension creates a new book on the Book Creator platform. |
File Size | 9.19 KB |
Installation Count | 3,476 |
Current Version | 0.1 |
Last Updated | 2021-08-23 |
Publish Date | 2021-08-23 |
Rating | 1.50/5 Total 2 Ratings |
Developer | Thomas Hammerlund |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/one-click-extensions/ |
Privacy Policy Page URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
Supported Languages | 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" } } |