Edit Mode

Text update made easy

Edit Mode là gì?

Edit Mode là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Text update made easy".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Edit Mode

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

                        How do you explain any text update in your website? You send an e-mail, an message, a printscreen with anotations?

You souldn't take much time explaining a text that you would like to change in your site. Edit Mode help you to save your time by making the texts of your whole page editable, giving you a link to share your editions for anyone, so you make your and the life of the person who receive your edition easier. 

For you:
- Edit any text in your site at live
- Once finished, you get a link with all your editions stored. Send it!

For who receives your edition:
- Click to copy the new content
- Double click to toggle from new to previous content                    

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

Tên Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
URL Chính Thức https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
Mô tả Text update made easy
Kích Thước Tệp 11.55 MB
Số Lần Cài Đặt 272
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2021-01-04
Ngày Phát Hành 2020-02-16
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://www.editmode.io
URL Trang Trợ Giúp https://www.editmode.io/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Mode",
    "description": "Text update made easy",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "dist\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "128": "dist\/img\/128.png"
    },
    "web_accessible_resources": [
        "dist\/img\/loading.gif"
    ]
}