Open image in current tab
Adds a context menu option to open an image in the current tab.
Qu'est-ce que Open image in current tab ?
Open image in current tab est une extension Chrome développée par ChrisFhey, et sa fonction principale est "Adds a context menu option to open an image in the current tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open image in current tab
Téléchargez les fichiers d'extension Open image in current tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Informations de Base sur l'Extension
Nom | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
URL Officiel | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Description | Adds a context menu option to open an image in the current tab. |
Taille du Fichier | 10.1 KB |
Nombre d'Installations | 379 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-06-03 |
Date de Publication | 2021-06-03 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | ChrisFhey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |