Inspector Saver
Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.
What is Inspector Saver?
Inspector Saver is a Chrome extension developed by https://trumani.com, and its main feature is "Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.".
Extension Screenshots
Download Inspector Saver Extension CRX File
Download Inspector Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Store HTML and CSS changes in the browser so that you can return to it later. Showcase your changes with colleagues and clients by loading the edits. You can remove all edits you have captured on a specific page or on all pages at any time.
Extension Basic Information
Name | Inspector Saver |
ID | jiijigihllkgngjmffmmhjdkgdankllh |
Official URL | https://chromewebstore.google.com/detail/inspector-saver/jiijigihllkgngjmffmmhjdkgdankllh |
Description | Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself. |
File Size | 135 KB |
Installation Count | 660 |
Current Version | 1.1 |
Last Updated | 2019-10-16 |
Publish Date | 2019-10-13 |
Rating | 2.17/5 Total 6 Ratings |
Developer | https://trumani.com |
[email protected] | |
Payment Type | free |
Extension Website | https://trumani.com/products |
Privacy Policy Page URL | http://trumani.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspector Saver", "description": "Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "trumani_material.png" }, "devtools_page": "devtools.html", "permissions": [ "storage", "activeTab" ], "icons": { "16": "detective-16.png", "48": "detective-48.png", "128": "detective-128.png" }, "background": { "scripts": [ "js\/main.js" ], "persistent": false }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content.js" ], "matches": [ " |