Inspector Saver
Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.
Wat is Inspector Saver?
Inspector Saver is een Chrome-extensie ontwikkeld door https://trumani.com, en de belangrijkste functie is "Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspector Saver
Download Inspector Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Inspector Saver |
ID | jiijigihllkgngjmffmmhjdkgdankllh |
Officiële URL | https://chromewebstore.google.com/detail/inspector-saver/jiijigihllkgngjmffmmhjdkgdankllh |
Beschrijving | Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself. |
Bestandsgrootte | 135 KB |
Aantal Installaties | 660 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-10-16 |
Publicatiedatum | 2019-10-13 |
Beoordeling | 2.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://trumani.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://trumani.com/products |
URL van de Privacybeleid Pagina | http://trumani.com/privacy |
Ondersteunde Talen | 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": [ " |