Open Frame
Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Open Frameคืออะไร?
Open Frame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zboogs และคุณลักษณะหลักของมันคือ "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Frame
ดาวน์โหลดไฟล์ส่วนขยาย Open Frame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome recently removed the "Open frame in new tab", and related context menu items. This extension adds them back. It allows you to open a frame or iframe from any webpage in a new tab, new window, or new incognito window. Or you can copy the URL to the clipboard for later use. Version 7 removes the need to have access to the URLs you visit, since the tabs extension API has been updated such that it is no longer required. Yay. It also fixes the bug where "open in this tab" did not work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kdhjgkkaacdhdioocfbpmhjidbinfajj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj |
คำอธิบาย | Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window. |
ขนาดไฟล์ | 11.22 KB |
จำนวนการติดตั้ง | 64,139 |
เวอร์ชันปัจจุบัน | 7 |
อัปเดตครั้งล่าสุด | 2014-05-11 |
วันที่เผยแพร่ | 2014-05-11 |
คะแนน | 4.07/5 รวมทั้งหมด 219 คะแนน |
ผู้พัฒนา | zboogs |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Frame", "manifest_version": 2, "description": "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.", "version": "7", "permissions": [ "clipboardWrite", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |