easy inspect
Edit web page elements!
什么是easy inspect?
easy inspect是由K.C.R开发的Chrome扩展程序,该扩展的主要功能是“Edit web page elements!”。
扩展截图
下载easy inspect扩展crx文件
下载easy inspect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to edit any web page! Type, change text, paste images etc. All changes are done locally and do not modify the actual website, so feel free to play around!
扩展基本信息
名称 | easy inspect |
ID | jfjjlnififpkkkbbgdncaolfocgkdecm |
官方URL | https://chromewebstore.google.com/detail/easy-inspect/jfjjlnififpkkkbbgdncaolfocgkdecm |
简介 | Edit web page elements! |
文件大小 | 24.3 KB |
安装次数 | 1,351 |
当前版本 | 1.0 |
更新时间 | 2020-05-03 |
上架时间 | 2020-05-02 |
评分 | 4.50/5 共4次评分 |
开发者 | K.C.R |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "easy inspect", "version": "1.0", "description": "Edit web page elements!", "permissions": [ "activeTab" ], "icons": { "16": "on.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle edit mode on\/off.", "default_icon": "off.png" }, "manifest_version": 2 } |