Show Frame

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

Co je Show Frame?

Show Frame je rozšíření Chrome vyvinuté https://tejji.com, a jeho hlavní funkcí je „Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Show Frame

Stáhněte si soubory rozšíření Show Frame ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
Oficiální URL https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Popis Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Velikost souboru 189 KB
Počet instalací 3,047
Aktuální Verze 1.2
Poslední Aktualizace 2018-09-14
Datum Vydání 2018-09-13
Hodnocení 3.85/5 Celkem 27 Hodnocení
Vývojář https://tejji.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://tejji.com/
URL Stránky Nápovědy http://tejji.com/contactus.aspx
URL Stránky Zásad Ochrany Soukromí https://tejji.com/privacy.aspx
Podporované Jazyky 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\/"
}