Show Frame

Show Frame

Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Show Frame",
  "version": "1.2",
  "description": "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window ",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "page": "background.htm"
  },
  "options_page": "options.htm",
  "permissions": [
    "contextMenus",
    "unlimitedStorage"
  ],
  "manifest_version": 2,
  "homepage_url": "http://tejji.com/"
}