Inspector Saver
Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.
Inspector Saver là gì?
Inspector Saver là một tiện ích mở rộng Chrome được phát triển bởi https://trumani.com, và tính năng chính của nó là "Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inspector Saver
Tải xuống các tệp mở rộng Inspector Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inspector Saver |
ID | jiijigihllkgngjmffmmhjdkgdankllh |
URL Chính Thức | https://chromewebstore.google.com/detail/inspector-saver/jiijigihllkgngjmffmmhjdkgdankllh |
Mô tả | Reimagine the web: Save your browser's inspect edits for colleagues, clients, or yourself. |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 660 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-10-16 |
Ngày Phát Hành | 2019-10-13 |
Đánh Giá | 2.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://trumani.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trumani.com/products |
URL Trang Chính Sách Bảo Mật | http://trumani.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |