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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Boukken Boukken
ID cnlkpceelbfjjnmohcpmimppibaikihi
官方網址 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"
    ]
}