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 } |