Show Frame

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

Qu'est-ce que Show Frame ?

Show Frame est une extension Chrome développée par https://tejji.com, et sa fonction principale est "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Show Frame

Téléchargez les fichiers d'extension Show Frame au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
URL Officiel https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Description Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Taille du Fichier 189 KB
Nombre d'Installations 3,047
Version Actuelle 1.2
Dernière Mise à Jour 2018-09-14
Date de Publication 2018-09-13
Évaluation 3.85/5 Total 27 Évaluations
Développeur https://tejji.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://tejji.com/
URL de la Page d'Aide http://tejji.com/contactus.aspx
URL de la Page de Politique de Confidentialité https://tejji.com/privacy.aspx
Langues Prises en Charge 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\/"
}