Show Frame

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

Cos'è Show Frame?

Show Frame è un'estensione di Chrome sviluppata da https://tejji.com, e la sua funzione principale è "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Show Frame

Scarica i file di estensione Show Frame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
URL Ufficiale https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Descrizione Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Dimensione del File 189 KB
Conteggio Installazioni 3,047
Versione Corrente 1.2
Ultimo Aggiornamento 2018-09-14
Data di Pubblicazione 2018-09-13
Valutazione 3.85/5 Totale 27 Valutazioni
Sviluppatore https://tejji.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tejji.com/
URL della Pagina di Aiuto http://tejji.com/contactus.aspx
URL della Pagina della Politica sulla Privacy https://tejji.com/privacy.aspx
Lingue Supportate 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\/"
}