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 to jest Show Frame?

Show Frame to rozszerzenie Chrome opracowane przez https://tejji.com, a jego główną funkcją jest „Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Show Frame

Pobierz pliki rozszerzeń Show Frame w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
Oficjalny URL https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Opis Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Rozmiar pliku 189 KB
Liczba instalacji 3,047
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-09-14
Data Publikacji 2018-09-13
Ocena 3.85/5 Łącznie 27 Oceny
Deweloper https://tejji.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://tejji.com/
Adres URL Strony Pomocy http://tejji.com/contactus.aspx
Adres URL Strony Polityki Prywatności https://tejji.com/privacy.aspx
Obsługiwane Języki 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\/"
}