FramesExplorer

Frames Explorer

What is FramesExplorer?

FramesExplorer is a Chrome extension developed by Nasko Oskov, and its main feature is "Frames Explorer".

Extension Screenshots

screenshot

Download FramesExplorer Extension CRX File

Download FramesExplorer 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

                        Page action extension that visualizes the tree of frames in the current tab.                    

Extension Basic Information

Name FramesExplorer FramesExplorer
ID imijdbpfemdegalijeojlkhiamfcgklp
Official URL https://chromewebstore.google.com/detail/framesexplorer/imijdbpfemdegalijeojlkhiamfcgklp
Description Frames Explorer
File Size 234 KB
Installation Count 77
Current Version 0.6.0
Last Updated 2023-12-21
Publish Date 2016-08-15
Rating 5.00/5 Total 1 Ratings
Developer Nasko Oskov
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ],
    "action": {
        "default_icon": "tree.png",
        "default_title": "Explore",
        "default_popup": "popup.html"
    }
}