Edit
Edit any webpage locally.
什么是Edit?
Edit是由https://lethalware.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Edit any webpage locally.”。
扩展截图
下载Edit扩展crx文件
下载Edit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page. Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.
扩展基本信息
名称 | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
官方URL | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
简介 | Edit any webpage locally. |
文件大小 | 3.63 KB |
安装次数 | 711 |
当前版本 | 1.0 |
更新时间 | 2013-12-26 |
上架时间 | 2013-12-26 |
评分 | 4.38/5 共8次评分 |
开发者 | https://lethalware.co.uk |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit", "description": "Edit any webpage locally.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" } } |