Show Frame
Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
¿Qué es Show Frame?
Show Frame es una extensión de Chrome desarrollada por https://tejji.com, y su función principal es "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Show Frame
Descarga archivos de extensión Show Frame en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window This feature appears in context menu. On page right click >> Show Frame Following are the features... 1. Show the frame in current tab 2. Show the frame in new tab 3. Show the frame in new window 4. Show the frame in incognito window 5. Quick access to options where it can be removed from Context Menu What is it useful for? It can be used in various site which shows pages in frames and want to render those frame in separate tab where full URL (link) can be seen in address bar More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-13 - changes to ensure compliance to Chrome Web Store policies
Información Básica de la Extensión
Nombre | Show Frame |
ID | hcmgcfdnagjkihmgjhbiombjdcgckgnb |
URL Oficial | https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb |
Descripción | Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window |
Tamaño del Archivo | 189 KB |
Cantidad de Instalaciones | 3,047 |
Versión Actual | 1.2 |
Última Actualización | 2018-09-14 |
Fecha de Publicación | 2018-09-13 |
Calificación | 3.85/5 Total de 27 Calificaciones |
Desarrollador | https://tejji.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://tejji.com/ |
URL de la Página de Ayuda | http://tejji.com/contactus.aspx |
URL de la Página de Política de Privacidad | https://tejji.com/privacy.aspx |
Idiomas Soportados | en |
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\/" } |