Manga Bookmark
MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
什么是Manga Bookmark?
Manga Bookmark是由SouzaCode开发的Chrome扩展程序,该扩展的主要功能是“MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…”。
扩展截图
下载Manga Bookmark扩展crx文件
下载Manga Bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Manga Bookmark |
ID | hclahhnkdechgledjlbjnldiakecdedg |
官方URL | https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg |
简介 | MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *… |
文件大小 | 721 KB |
安装次数 | 156 |
当前版本 | 1.4.2 |
更新时间 | 2022-01-23 |
上架时间 | 2020-10-03 |
评分 | 5.00/5 共3次评分 |
开发者 | SouzaCode |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SouzaCode/MangaBookmark |
支持的语言 | 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" ] } |