Open image in current tab
Adds a context menu option to open an image in the current tab.
Wat is Open image in current tab?
Open image in current tab is een Chrome-extensie ontwikkeld door ChrisFhey, en de belangrijkste functie is "Adds a context menu option to open an image in the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open image in current tab
Download Open image in current tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Basisinformatie over de Extensie
Naam | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
Officiële URL | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Beschrijving | Adds a context menu option to open an image in the current tab. |
Bestandsgrootte | 10.1 KB |
Aantal Installaties | 379 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-06-03 |
Publicatiedatum | 2021-06-03 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ChrisFhey |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |