Open image in current tab
Adds a context menu option to open an image in the current tab.
Open image in current tabคืออะไร?
Open image in current tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ChrisFhey และคุณลักษณะหลักของมันคือ "Adds a context menu option to open an image in the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open image in current tab
ดาวน์โหลดไฟล์ส่วนขยาย Open image in current tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
คำอธิบาย | Adds a context menu option to open an image in the current tab. |
ขนาดไฟล์ | 10.1 KB |
จำนวนการติดตั้ง | 379 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-06-03 |
วันที่เผยแพร่ | 2021-06-03 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ChrisFhey |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open image in current tab", "version": "1.0.0", "manifest_version": 3, "description": "Adds a context menu option to open an image in the current tab.", "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" } } |