Inspector Saver
Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.
Apa itu Inspector Saver?
Inspector Saver adalah ekstensi Chrome yang dikembangkan oleh https://trumani.com, dan fitur utamanya adalah "Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inspector Saver
Unduh file ekstensi Inspector Saver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Inspector Saver |
ID | jiijigihllkgngjmffmmhjdkgdankllh |
URL Resmi | https://chromewebstore.google.com/detail/inspector-saver/jiijigihllkgngjmffmmhjdkgdankllh |
Deskripsi | Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself. |
Ukuran File | 135 KB |
Jumlah Instalasi | 660 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-10-16 |
Tanggal Publikasi | 2019-10-13 |
Penilaian | 2.17/5 Total 6 Penilaian |
Pengembang | https://trumani.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://trumani.com/products |
URL Halaman Kebijakan Privasi | http://trumani.com/privacy |
Bahasa yang Didukung | 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": [ " |