Edit Website Extension

Edit Live Websites Text On The Fly

Edit Website Extension là gì?

Edit Website Extension là một tiện ích mở rộng Chrome được phát triển bởi Ashwin, và tính năng chính của nó là "Edit Live Websites Text On The Fly".

Ả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 Website Extension

Tải xuống các tệp mở rộng Edit Website Extension 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 texts in live website by clicking the extension.

Steps to use the extension:
1) Go to any website.
2) Click on the extension.
3) Start editing texts in the website like h1 tags or p tags or any tags.
4) Click on tht extension again to close edit mode & done!

Good for quick website text editing only & share with colleagues or friends.                    

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

Tên Edit Website Extension Edit Website Extension
ID flaminmoaihaimhjbohfnbkklgonhjej
URL Chính Thức https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej
Mô tả Edit Live Websites Text On The Fly
Kích Thước Tệp 14.54 KB
Số Lần Cài Đặt 8,572
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-31
Ngày Phát Hành 2019-07-16
Đánh Giá 4.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Ashwin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://privacy.ashwinshenoy.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edit Website Extension",
    "description": "Edit Live Websites Text On The Fly",
    "version": "1.3",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Alt+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}