WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CateBox - Bookmark Manager and Web Clipper

CateBox - Bookmark Manager and Web Clipper

View on Chrome Web Store
View CateBox - Bookmark Manager and Web Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 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.

Bookmark, clip and archive webpages to collection, read it later. Permanent copy, full-text search. Organize with ease.
Type
Extension
Users
25 users
3
Website catebox.com
Rimac
View author page of Rimac
Published
Published on December 4, 2024
Version 1.34
Manifest version
3
Updated
Updated on November 1, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CateBox - Bookmark Manager and Web Clipper 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": "CateBox - Bookmark Manager and Web Clipper",
    "version": "1.34",
    "description": "Bookmark, clip and archive webpages to collection, read it later. Permanent copy, full-text search. Organize with ease.",
    "icons": {
        "48": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs",
        "bookmarks"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "lib\/Readability.js",
                "lib\/html2canvas.min.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/JSDOMParser.js",
                "lib\/Readability.js",
                "panel\/panel.html",
                "panel\/bookmark.html",
                "panel\/panel.css",
                "panel\/bookmark.css",
                "panel\/url_rules.json",
                "panel\/direct_use_url.json",
                "content\/content-rules.json",
                "content\/url_that_show_icon.json",
                "content\/url_without_img_scissors.json",
                "content\/page_scissors.png",
                "content\/timeline_scissors.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "panel\/upload.html"
            ],
            "matches": [
                "https:\/\/catebox.com\/*"
            ]
        }
    ]
}
© 2026 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