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
电子邮箱 [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\/"
    ]
}