easy inspect
Edit web page elements!
What is easy inspect?
easy inspect is a Chrome extension developed by K.C.R, and its main feature is "Edit web page elements!".
Extension Screenshots
Download easy inspect Extension CRX File
Download easy inspect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | easy inspect |
ID | jfjjlnififpkkkbbgdncaolfocgkdecm |
Official URL | https://chromewebstore.google.com/detail/easy-inspect/jfjjlnififpkkkbbgdncaolfocgkdecm |
Description | Edit web page elements! |
File Size | 24.3 KB |
Installation Count | 1,351 |
Current Version | 1.0 |
Last Updated | 2020-05-03 |
Publish Date | 2020-05-02 |
Rating | 4.50/5 Total 4 Ratings |
Developer | K.C.R |
Payment Type | free |
Supported Languages | 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 } |