This Frame

Lets you open a frame in a new tab, a new window, or extract its URL.

This Frameคืออะไร?

This Frame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iisisoft และคุณลักษณะหลักของมันคือ "Lets you open a frame in a new tab, a new window, or extract its URL."

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

ดาวน์โหลดไฟล์ส่วนขยาย This Frame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ This Frame This Frame
ID kojdncoigaceddhffgjhpmfnblpgabmj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/this-frame/kojdncoigaceddhffgjhpmfnblpgabmj
คำอธิบาย Lets you open a frame in a new tab, a new window, or extract its URL.
ขนาดไฟล์ 4.04 KB
จำนวนการติดตั้ง 866
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-02-25
วันที่เผยแพร่ 2017-02-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา iisisoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background_page.js"
        ]
    },
    "default_locale": "en"
}