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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tejji.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Frame

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/"
}