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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}