Page Editor
Make any website editable and prank your friends!
Page Editor là gì?
Page Editor là một tiện ích mở rộng Chrome được phát triển bởi adapp.mail, và tính năng chính của nó là "Make any website editable and prank your friends!".
Ả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 Page Editor
Tải xuống các tệp mở rộng Page Editor 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
Make any website editable and prank your friends! How to use 1. Click the pencil icon at the right top corner of your browser! 2. You will see edit button and done button 3. Click edit button 4. Click anywhere you want to edit and type something! 5. When you're satisfied with your edit, click done button!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
URL Chính Thức | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
Mô tả | Make any website editable and prank your friends! |
Kích Thước Tệp | 12.5 KB |
Số Lần Cài Đặt | 863 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2019-11-11 |
Ngày Phát Hành | 2019-11-11 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | adapp.mail |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.3", "short_name": "PageEditor", "description": "Make any website editable and prank your friends!", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |