booky.io Extension

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

What is booky.io Extension?

booky.io Extension is a Chrome extension developed by https://booky.io, and its main feature is "Add new links to booky.io and browse your existing bookmarks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download booky.io Extension Extension CRX File

Download booky.io Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name booky.io Extension booky.io Extension
ID pmcpkkipiedakcaolhnbijibndfemckf
Official URL https://chromewebstore.google.com/detail/bookyio-extension/pmcpkkipiedakcaolhnbijibndfemckf
Description Add new links to booky.io and browse your existing bookmarks.
File Size 14.36 KB
Installation Count 5,224
Current Version 3.0.2
Last Updated 2023-09-27
Publish Date 2016-06-19
Rating 3.86/5 Total 21 Ratings
Developer https://booky.io
Email [email protected]
Payment Type free
Help Page URL https://booky.io/help
Privacy Policy Page URL https://booky.io/privacy
Supported Languages 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
}