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
官方網址 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
電子郵箱 [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\/"
}