WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Claude Toolbox

Claude Toolbox

View on Chrome Web Store
View Claude Toolbox Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (36 ratings)
1 new ratings
20 views
This extension has been viewed 20 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.

Search Claude chats history, export and download chats as a TXT/JSON file
Type
Extension
Users
2,000 users
500
Website ai-toolkit.site
Infi Developments
View author page of Infi Developments
Published
Published on November 19, 2024
Version 1.5
Manifest version
3
Updated
Updated on June 24, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Claude Toolbox 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,
    "version": "1.5",
    "name": "Claude Toolbox",
    "description": "Search Claude chats history, export and download chats as a TXT\/JSON file",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvIDqD6APyLOH29ezVyHT9cdQWEkYA5Kk9KfVHEqp1hpYKmAzn7SsA6gDf93OXcUMZlpfu6\/WTqThB9oAEXrzld6j7S\/EhgzNowwGI57goyjzHoicZwIYCylHQ0+HRaLr1uM\/2brpVQREyU4FLHamkGNb4g8obPyT994XsAfrxaPOSuZAChWfHh9YvlZSZNCxXkz+BdMPyORc9C0t+\/FFTNMDTDjJIR\/KRrB0X+qIuS4NGA4\/H7SbjPoB8sNeGKh7cfQzn2Y+rxFn4d33WUVK0WArKT74vhTAtUyKPY+9GXk7TfGC+8Bc7oIwbH0I++NgP\/fWQdYdDCwJ9\/aW1xhOFQIDAQAB",
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png",
            "128": "assets\/images\/icon128.png"
        },
        "default_title": "ChatGPT Toolbox"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "24": "assets\/images\/icon24.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/claude.ai\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/claude.ai\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles.css",
                "styles\/modal.css",
                "styles\/snackbar.css",
                "styles\/loader.css",
                "styles\/form.css",
                "styles\/variables.css",
                "styles\/switch.css",
                "styles\/prompts.css",
                "styles\/pinnedChats.css",
                "styles\/searchHistory.css",
                "styles\/paidUserBadge.css",
                "styles\/exportChat.css",
                "styles\/adBanner.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "webNavigation",
        "webRequest",
        "activeTab"
    ]
}
© 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