WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Retrace Extension

Retrace Extension

View on Chrome Web Store
View Retrace Extension Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
5 views
This extension has been viewed 5 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.

Retrace - A browser Extension to help you retrace your steps on the internet
Type
Extension
Users
15 users
2
Edson Research Systems
View author page of Edson Research Systems
Published
Published on March 1, 2025
Version 1.1.7
Manifest version
3
Updated
Updated on September 1, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Retrace Extension 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",
    "name": "Retrace Extension",
    "version": "1.1.7",
    "manifest_version": 3,
    "description": "Retrace - A browser Extension to help you retrace your steps on the internet",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": "icons\/newicon16gray.png",
            "48": "icons\/newicon48gray.png",
            "128": "icons\/newicon128gray.png"
        }
    },
    "icons": {
        "16": "icons\/newicon16gray.png",
        "48": "icons\/newicon48gray.png",
        "128": "icons\/newicon128gray.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/newicon128white.png",
                "icons\/newicon128gray.png",
                "constants.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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