"This Frame" Context Menu

Adds a context menu to frames that allows opening them in a new tab, a new window, etc.

"This Frame" Context Menuとは何ですか?

"This Frame" Context MenuはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a context menu to frames that allows opening them in a new tab, a new window, etc.」です。

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

screenshot

"This Frame" Context Menu拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds a "This Frame" Context Menu.

This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished.

This has been updated for manifest_version 2.                    

拡張機能の基本情報

名前 "This Frame" Context Menu
ID jceidnndfhmigdokmmehmfpibjjkmola
公式URL https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola
説明 Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
ファイルサイズ 4.89 KB
インストール数 532
現在のバージョン 0.4
最終更新日 2018-10-22
公開日 2018-10-22
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.",
    "icons": {
        "16": "icon16.png"
    },
    "name": "\"This Frame\" Context Menu",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "version": "0.4",
    "manifest_version": 2
}