Open image in current tab
Adds a context menu option to open an image in the current tab.
Cos'è Open image in current tab?
Open image in current tab è un'estensione di Chrome sviluppata da ChrisFhey, e la sua funzione principale è "Adds a context menu option to open an image in the current tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open image in current tab
Scarica i file di estensione Open image in current tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Informazioni di Base sull'Estensione
Nome | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
URL Ufficiale | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Descrizione | Adds a context menu option to open an image in the current tab. |
Dimensione del File | 10.1 KB |
Conteggio Installazioni | 379 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-06-03 |
Data di Pubblicazione | 2021-06-03 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | ChrisFhey |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |