Manga Bookmark
MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
What is Manga Bookmark?
Manga Bookmark is a Chrome extension developed by SouzaCode, and its main feature is "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".
Extension Screenshots
Download Manga Bookmark Extension CRX File
Download Manga Bookmark 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
MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: * https://github.com/SouzaCode/MangaBookmark
Extension Basic Information
Name | Manga Bookmark |
ID | hclahhnkdechgledjlbjnldiakecdedg |
Official URL | https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg |
Description | MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *… |
File Size | 721 KB |
Installation Count | 156 |
Current Version | 1.4.2 |
Last Updated | 2022-01-23 |
Publish Date | 2020-10-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | SouzaCode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SouzaCode/MangaBookmark |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "MangaB", "name": "Manga Bookmark", "manifest_version": 2, "version": "1.4.2", "browser_action": { "default_popup": "index.html", "default_title": "Manga Bookmark", "default_icon": "logo_sf192b.png" }, "icons": { "192": "logo_sf192b.png" }, "permissions": [ "storage", "unlimitedStorage" ] } |