Open image in current tab
Adds a context menu option to open an image in the current tab.
Apa itu Open image in current tab?
Open image in current tab adalah ekstensi Chrome yang dikembangkan oleh ChrisFhey, dan fitur utamanya adalah "Adds a context menu option to open an image in the current tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open image in current tab
Unduh file ekstensi Open image in current tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Informasi Dasar Ekstensi
Nama | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
URL Resmi | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Deskripsi | Adds a context menu option to open an image in the current tab. |
Ukuran File | 10.1 KB |
Jumlah Instalasi | 379 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-06-03 |
Tanggal Publikasi | 2021-06-03 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | ChrisFhey |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |