booky.io Extension

Add new links to booky.io and browse your existing bookmarks.

booky.io Extension란 무엇입니까?

booky.io Extension은(는) https://booky.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add new links to booky.io and browse your existing bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

booky.io Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Private bookmarks.
With booky, you can store your favorite links online in private collections. All your bookmarks are kept confidential and are only visible to you.

Customizable design.
Customize booky to your needs. A dark mode, different header and category colors, and many other customizations are waiting for you.

Fast and accessible.
We take great pride in providing you with an accessible site that's both fast and easy to use. Organize your bookmarks in collections and categories.

Available everywhere.
At home or on the go? No problem with our mobile web app! Your bookmarks can be accessed and managed from anywhere on desktop or mobile.                    

확장 프로그램 기본 정보

이름 booky.io Extension booky.io Extension
ID pmcpkkipiedakcaolhnbijibndfemckf
공식 URL https://chromewebstore.google.com/detail/bookyio-extension/pmcpkkipiedakcaolhnbijibndfemckf
설명 Add new links to booky.io and browse your existing bookmarks.
파일 크기 14.36 KB
설치 횟수 5,224
현재 버전 3.0.2
최근 업데이트 2023-09-27
출시 날짜 2016-06-19
평점 3.86/5 총 21 개의 평점
개발자 https://booky.io
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://booky.io/help
개인정보 보호 정책 페이지 URL https://booky.io/privacy
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.0.2",
    "author": "Nico Thiebes",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src 'self' http:\/\/localhost:3000 https:\/\/*.booky.io https:\/\/booky.io"
    },
    "permissions": [
        "activeTab",
        "management",
        "storage",
        "scripting"
    ],
    "action": {
        "default_title": "booky.io Extension",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "manifest_version": 3
}