FramesExplorer

Frames Explorer

FramesExplorerとは何ですか?

FramesExplorerはNasko Oskovによって開発されたChromeの拡張機能で、その主な機能は「Frames Explorer」です。

拡張機能のスクリーンショット

screenshot

FramesExplorer拡張機能のCRXファイルをダウンロード

FramesExplorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 FramesExplorer FramesExplorer
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
Eメール [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": [
        ""
    ],
    "action": {
        "default_icon": "tree.png",
        "default_title": "Explore",
        "default_popup": "popup.html"
    }
}