This Frame
Lets you open a frame in a new tab, a new window, or extract its URL.
What is This Frame?
This Frame is a Chrome extension developed by iisisoft, and its main feature is "Lets you open a frame in a new tab, a new window, or extract its URL.".
Download This Frame Extension CRX File
Download This Frame 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
Extension Basic Information
Name | ![]() |
ID | kojdncoigaceddhffgjhpmfnblpgabmj |
Official URL | https://chrome.google.com/webstore/detail/this-frame/kojdncoigaceddhffgjhpmfnblpgabmj |
Description | Lets you open a frame in a new tab, a new window, or extract its URL. |
File Size | 4.04 KB |
Installation Count | 866 |
Current Version | 1.0.4 |
Last Updated | 2017-02-25 |
Publish Date | 2017-02-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | iisisoft |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background_page.js" ] }, "default_locale": "en" } |