Show Frame

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

Show Frameとは何ですか?

Show Frameはhttps://tejji.comによって開発されたChromeの拡張機能で、その主な機能は「Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Show Frame拡張機能のCRXファイルをダウンロード

Show Frame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
公式URL https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
説明 Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
ファイルサイズ 189 KB
インストール数 3,047
現在のバージョン 1.2
最終更新日 2018-09-14
公開日 2018-09-13
評価 3.85/5 合計 27 レビュー
開発者 https://tejji.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://tejji.com/
ヘルプページのURL http://tejji.com/contactus.aspx
プライバシーポリシーページのURL https://tejji.com/privacy.aspx
対応言語 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\/"
}