Pagedit - Edit the text of a webpage

Extension that enable the edition of text on a webpage for content writers / developers.

Pagedit - Edit the text of a webpage là gì?

Pagedit - Edit the text of a webpage là một tiện ích mở rộng Chrome được phát triển bởi http://julien.how, và tính năng chính của nó là "Extension that enable the edition of text on a webpage for content writers / developers.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pagedit - Edit the text of a webpage

Tải xuống các tệp mở rộng Pagedit - Edit the text of a webpage 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

                        Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.                    

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

Tên Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
URL Chính Thức https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Mô tả Extension that enable the edition of text on a webpage for content writers / developers.
Kích Thước Tệp 54.99 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 2019-10-06
Ngày Phát Hành 2019-10-05
Nhà Phát Triển http://julien.how
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": "Pagedit - Edit the text of a webpage",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.",
    "homepage_url": "https:\/\/julien.how",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Start editing the page's text"
    },
    "permissions": [
        "activeTab",
        "debugger",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/pagedit.js"
            ]
        }
    ]
}