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文件

下載booky.io Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}