Page Editor

A plugin that allows you to edit any webpage like a word doc

Page Editor là gì?

Page Editor là một tiện ích mở rộng Chrome được phát triển bởi Rohan Kapur, và tính năng chính của nó là "A plugin that allows you to edit any webpage like a word doc".

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

Tải xuống các tệp mở rộng Page 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 you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

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

Tên Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
URL Chính Thức https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Mô tả A plugin that allows you to edit any webpage like a word doc
Kích Thước Tệp 9.85 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-11-17
Ngày Phát Hành 2020-11-16
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rohan Kapur
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}