popup iframe
This extension shows a user defined page in a chrome pop-up as an iframe
What is popup iframe?
popup iframe is a Chrome extension developed by c.hausle, and its main feature is "This extension shows a user defined page in a chrome pop-up as an iframe".
Download popup iframe Extension CRX File
Download popup iframe 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
Open a user defined web page as an iframe in a chrome extension popup Extension Basic Information
| Name | |
| ID | imkblihjdjdgpopoijjdefpccmnccfil |
| Official URL | https://chrome.google.com/webstore/detail/popup-iframe/imkblihjdjdgpopoijjdefpccmnccfil |
| Description | This extension shows a user defined page in a chrome pop-up as an iframe |
| File Size | 17.93 KB |
| Installation Count | 97 |
| Current Version | 1.1 |
| Last Updated | 2016-08-02 |
| Publish Date | 2016-08-02 |
| Rating | 4.50/5 Total 4 Ratings |
| Developer | c.hausle |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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\/"
]
} | |