ContentEditable
Makes any page editable
ContentEditable là gì?
ContentEditable là một tiện ích mở rộng Chrome được phát triển bởi pepelsbey, và tính năng chính của nó là "Makes any page editable".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ContentEditable
Tải xuống các tệp mở rộng ContentEditable 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
Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jphnpoochmeokkboopijkcncghifidhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm |
Mô tả | Makes any page editable |
Kích Thước Tệp | 4.65 KB |
Số Lần Cài Đặt | 615 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-04-13 |
Ngày Phát Hành | 2016-06-07 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | pepelsbey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pepelsbey/contenteditable |
URL Trang Trợ Giúp | https://github.com/pepelsbey/contenteditable/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "19": "images\/button-19.png", "38": "images\/button-38.png" }, "default_title": "__MSG_enable__" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |