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 là gì?

Show Frame là một tiện ích mở rộng Chrome được phát triển bởi https://tejji.com, và tính năng chính của nó là "Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show Frame

Tải xuống các tệp mở rộng Show Frame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show Frame Show Frame
ID hcmgcfdnagjkihmgjhbiombjdcgckgnb
URL Chính Thức https://chromewebstore.google.com/detail/show-frame/hcmgcfdnagjkihmgjhbiombjdcgckgnb
Mô tả Shows frame as a page instead of within a page. It can be opened in current, new tab, new window incongito window
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 3,047
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-09-14
Ngày Phát Hành 2018-09-13
Đánh Giá 3.85/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://tejji.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tejji.com/
URL Trang Trợ Giúp http://tejji.com/contactus.aspx
URL Trang Chính Sách Bảo Mật https://tejji.com/privacy.aspx
Ngôn Ngữ Được Hỗ Trợ 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\/"
}