WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bookmark Surfer Daedalus

Bookmark Surfer Daedalus

View on Chrome Web Store
View Bookmark Surfer Daedalus Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easily manage browser bookmarks and navigate through them with keyboard or mouse
Type
Extension
Users
2 users
1
Siderite
View author page of Siderite
Published
Published on March 13, 2025
Version 0.1.1
Manifest version
3
Updated
Updated on March 18, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bookmark Surfer Daedalus Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Surfer Daedalus",
    "description": "Easily manage browser bookmarks and navigate through them with keyboard or mouse",
    "version": "0.1.1",
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "contextMenus",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/apiWrapper.js",
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/settings.html",
        "open_in_tab": true
    },
    "commands": {
        "prevBookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Navigate to previous bookmark in the folder"
        },
        "nextBookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "Navigate to next bookmark in the folder"
        },
        "skipBookmark": {
            "description": "Skip this bookmark in its folder"
        },
        "manage": {
            "description": "Open manage window"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/bigIcon.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top