Show Frame

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

Vad är Show Frame?

Show Frame är en Chrome-tillägg utvecklad av https://tejji.com, och dess huvudfunktion är "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Show Frame-förlängningens CRX-fil

Ladda ner Show Frame-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
Officiell webbadress https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Beskrivning Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Filstorlek 189 KB
Antal Installationer 3,047
Aktuell Version 1.2
Senast Uppdaterad 2018-09-14
Publiceringsdatum 2018-09-13
Betyg 3.85/5 Totalt 27 Betyg
Utvecklare https://tejji.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://tejji.com/
Hjälpsida URL http://tejji.com/contactus.aspx
URL till Sekretesspolicy Sidan https://tejji.com/privacy.aspx
Stödda Språk 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\/"
}