Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Page Text Editor là gì?

Page Text Editor là một tiện ích mở rộng Chrome được phát triển bởi Brandon Fowler, và tính năng chính của nó là "An editor to edit any webpage inline and live. Reload page to remove changes.".

Ả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 Page Text Editor

Tải xuống các tệp mở rộng Page Text Editor 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 allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

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

Tên Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
URL Chính Thức https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
Mô tả An editor to edit any webpage inline and live. Reload page to remove changes.
Kích Thước Tệp 6.19 KB
Số Lần Cài Đặt 1,347
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2019-06-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Brandon Fowler
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",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}