WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Permanent Inspect Element

Permanent Inspect Element

View on Chrome Web Store
View Permanent Inspect Element Chrome Extension on Chrome Web Store
Add to bookmarks
2.9 (241 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.

Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing
Type
Extension
Users
80,000 users
10K
Mehran Jalali
View author page of Mehran Jalali
Published
Published on August 4, 2020
Version 0.1.2
Manifest version
3
Updated
Updated on January 21, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Permanent Inspect Element 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": "Permanent Inspect Element",
    "description": "Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing",
    "version": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "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