ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

ChontentEditable là gì?

ChontentEditable là một tiện ích mở rộng Chrome được phát triển bởi shoito, và tính năng chính của nó là "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

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

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

                        ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. 
Please push a button and change contents in a page freely. 

Have fun!                    

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

Tên ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
URL Chính Thức https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
Mô tả ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
Kích Thước Tệp 58.71 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2014-11-18
Ngày Phát Hành 2014-11-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển shoito
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}