Boukken
The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.
什么是Boukken?
Boukken是由https://boukken.com开发的Chrome扩展程序,该扩展的主要功能是“The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.”。
扩展截图
下载Boukken扩展crx文件
下载Boukken扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
But that should not stop you from using it as it can be used as a simple bookmarking tool with a bit of extra functionalities than the default bookmarks that chrome provides. Such as: • Make lists • Share the lists with your friends • Search trough the lists • Add items to the list • Save the chapter to where you have read • Save the link to where the item is located • Everything you do is stored to your account so it does not matter weather you use the extension or any of the other apps, you will always have access to your lists. Of course as long as you remember your account Website: https://boukken.com
扩展基本信息
名称 | |
ID | cnlkpceelbfjjnmohcpmimppibaikihi |
官方URL | https://chromewebstore.google.com/detail/boukken/cnlkpceelbfjjnmohcpmimppibaikihi |
简介 | The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com. |
文件大小 | 2.59 MB |
安装次数 | 31 |
当前版本 | 5.3.3 |
更新时间 | 2023-06-16 |
上架时间 | 2020-07-04 |
评分 | 5.00/5 共3次评分 |
开发者 | https://boukken.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://boukken.com/ |
帮助页面URL | https://boukken.com/ |
隐私政策页面URL | https://boukken.com/privacy |
支持的语言 | en,bg |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "5.3.3", "content_security_policy": "script-src 'self' 'sha256-ZZu1h5IfTcxc\/30wDOmrFVwhgnPHF1i7lxjMysdraAk=' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/*.firebaseio.com; object-src 'self'", "browser_action": { "default_icon": "icon128x128.png", "default_popup": "index.html" }, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "permissions": [ "tabs", "bookmarks" ] } |