Permanent Inspect Element

Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing

Permanent Inspect Element là gì?

Permanent Inspect Element là một tiện ích mở rộng Chrome được phát triển bởi Mehran Jalali, và tính năng chính của nó là "Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Permanent Inspect Element

Tải xuống các tệp mở rộng Permanent Inspect Element 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

                        This extension lets you save the changes you make to a static web page using Inspect Element to remain there even after you refresh the page.  So if you want to modify a web page to make it easier for you to read, or to remove an intrusive banner, you can do that, and you wouldn't have to re-do it every time you visit the page again.

Of course, this only changes the content of the page on *your* computer and not the website itself.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Permanent Inspect Element Permanent Inspect Element
ID alfgclaljdbleenfjjnkefddlgbknllp
URL Chính Thức https://chromewebstore.google.com/detail/permanent-inspect-element/alfgclaljdbleenfjjnkefddlgbknllp
Mô tả Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 71,918
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-08-11
Ngày Phát Hành 2020-08-03
Đánh Giá 2.92/5 Tổng số 204 Đánh Giá
Nhà Phát Triển Mehran Jalali
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Permanent Inspect Element",
    "version": "0.1.1",
    "description": "Save the changes you make to a page with Inspect Element so they wouldn't go away after refreshing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}