popup iframe

This extension shows a user defined page in a chrome pop-up as an iframe

popup iframeとは何ですか?

popup iframeはc.hausleによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a user defined page in a chrome pop-up as an iframe」です。

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

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

拡張機能の使用方法

                        Open a user defined web page as an iframe in a chrome extension popup                    

拡張機能の基本情報

名前 popup iframe popup iframe
ID imkblihjdjdgpopoijjdefpccmnccfil
公式URL https://chrome.google.com/webstore/detail/popup-iframe/imkblihjdjdgpopoijjdefpccmnccfil
説明 This extension shows a user defined page in a chrome pop-up as an iframe
ファイルサイズ 17.93 KB
インストール数 97
現在のバージョン 1.1
最終更新日 2016-08-02
公開日 2016-08-02
評価 4.50/5 合計 4 レビュー
開発者 c.hausle
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "popup iframe",
    "description": "This extension shows a user defined page in a chrome pop-up as an iframe",
    "version": "1.1",
    "author": "chausle",
    "options_page": "options.html",
    "icons": {
        "16": "icon19.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}