Edit Webpage

Edit any webpage and make websites editable

Edit Webpage là gì?

Edit Webpage là một tiện ích mở rộng Chrome được phát triển bởi centpage.com, và tính năng chính của nó là "Edit any webpage and make websites editable".

Ả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 Edit Webpage

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

                        Edit any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

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

Tên Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
URL Chính Thức https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
Mô tả Edit any webpage and make websites editable
Kích Thước Tệp 12.55 KB
Số Lần Cài Đặt 4,799
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-03
Ngày Phát Hành 2019-10-03
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển centpage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ritwick.com
URL Trang Chính Sách Bảo Mật http://centpage.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}