FramesExplorer
Frames Explorer
什么是FramesExplorer?
FramesExplorer是由Nasko Oskov开发的Chrome扩展程序,该扩展的主要功能是“Frames Explorer”。
扩展截图
下载FramesExplorer扩展crx文件
下载FramesExplorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Page action extension that visualizes the tree of frames in the current tab. 扩展基本信息
| 名称 | |
| ID | imijdbpfemdegalijeojlkhiamfcgklp |
| 官方URL | https://chromewebstore.google.com/detail/framesexplorer/imijdbpfemdegalijeojlkhiamfcgklp |
| 简介 | Frames Explorer |
| 文件大小 | 234 KB |
| 安装次数 | 77 |
| 当前版本 | 0.6.0 |
| 更新时间 | 2023-12-21 |
| 上架时间 | 2016-08-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Nasko Oskov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FramesExplorer",
"version": "0.6.0",
"description": "Frames Explorer",
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"icons": {
"128": "tree.png"
},
"permissions": [
"webNavigation",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
" | |