Inspector Saver
Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.
Co to jest Inspector Saver?
Inspector Saver to rozszerzenie Chrome opracowane przez https://trumani.com, a jego główną funkcją jest „Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inspector Saver
Pobierz pliki rozszerzeń Inspector Saver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Inspector Saver |
ID | jiijigihllkgngjmffmmhjdkgdankllh |
Oficjalny URL | https://chromewebstore.google.com/detail/inspector-saver/jiijigihllkgngjmffmmhjdkgdankllh |
Opis | Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 660 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-10-16 |
Data Publikacji | 2019-10-13 |
Ocena | 2.17/5 Łącznie 6 Oceny |
Deweloper | https://trumani.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://trumani.com/products |
Adres URL Strony Polityki Prywatności | http://trumani.com/privacy |
Obsługiwane Języki | 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": [ " |