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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
}