Page Editor
Make any website editable and prank your friends!
什么是Page Editor?
Page Editor是由adapp.mail开发的Chrome扩展程序,该扩展的主要功能是“Make any website editable and prank your friends!”。
扩展截图
下载Page Editor扩展crx文件
下载Page Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
官方URL | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
简介 | Make any website editable and prank your friends! |
文件大小 | 12.5 KB |
安装次数 | 863 |
当前版本 | 1.0.3 |
更新时间 | 2019-11-11 |
上架时间 | 2019-11-11 |
评分 | 3.33/5 共3次评分 |
开发者 | adapp.mail |
付费类型 | free |
支持的语言 | 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 } |