"This Frame" Context Menu

Adds a context menu to frames that allows opening them in a new tab, a new window, etc.

"This Frame" Context Menuคืออะไร?

"This Frame" Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a context menu to frames that allows opening them in a new tab, a new window, etc."

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Adds a "This Frame" Context Menu.

This was originally published at ttps://chrome.google.com/webstore/detail/ckegihlfolljbjmbaidfnnjjhondlpho but seems to have vanished.

This has been updated for manifest_version 2.                    

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

ชื่อ "This Frame" Context Menu
ID jceidnndfhmigdokmmehmfpibjjkmola
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/this-frame-context-menu/jceidnndfhmigdokmmehmfpibjjkmola
คำอธิบาย Adds a context menu to frames that allows opening them in a new tab, a new window, etc.
ขนาดไฟล์ 4.89 KB
จำนวนการติดตั้ง 532
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2018-10-22
วันที่เผยแพร่ 2018-10-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Adds a context menu to frames that allows opening them in a new tab, a new window, etc.",
    "icons": {
        "16": "icon16.png"
    },
    "name": "\"This Frame\" Context Menu",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "version": "0.4",
    "manifest_version": 2
}