Show Frame

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

O que é Show Frame?

Show Frame é uma extensão do Chrome desenvolvida por https://tejji.com, e sua principal característica é "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Show Frame

Baixe arquivos de extensão Show Frame no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
URL Oficial https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Descrição Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Tamanho do Arquivo 189 KB
Contagem de Instalações 3,047
Versão Atual 1.2
Última Atualização 2018-09-14
Data de Publicação 2018-09-13
Classificação 3.85/5 Total de 27 Avaliações
Desenvolvedor https://tejji.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tejji.com/
URL da Página de Ajuda http://tejji.com/contactus.aspx
URL da Página de Política de Privacidade https://tejji.com/privacy.aspx
Idiomas Suportados 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\/"
}