booky.io Extension

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

booky.io Extension là gì?

booky.io Extension là một tiện ích mở rộng Chrome được phát triển bởi https://booky.io, và tính năng chính của nó là "Add new links to booky.io and browse your existing bookmarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng booky.io Extension

Tải xuống các tệp mở rộng booky.io Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên booky.io Extension booky.io Extension
ID pmcpkkipiedakcaolhnbijibndfemckf
URL Chính Thức https://chromewebstore.google.com/detail/bookyio-extension/pmcpkkipiedakcaolhnbijibndfemckf
Mô tả Add new links to booky.io and browse your existing bookmarks.
Kích Thước Tệp 14.36 KB
Số Lần Cài Đặt 5,224
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2016-06-19
Đánh Giá 3.86/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://booky.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://booky.io/help
URL Trang Chính Sách Bảo Mật https://booky.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}