WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quick Chrome History Export

Quick Chrome History Export

View on Chrome Web Store
View Quick Chrome History Export Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Export your Chrome history to CSV, JSON or XSLX with Quick Chrome History Export. Simple and fast way to save browsing data.
Type
Extension
Users
5,000 users
1K
prostooleg1
View author page of prostooleg1
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 20, 2024
Version 1.4
Manifest version
3
Updated
Updated on May 27, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Quick Chrome History Export 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.4",
    "permissions": [
        "history",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "xlsx.full.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/history.png",
        "48": "icons\/history.png",
        "64": "icons\/history.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}
© 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