Open image in current tab
Adds a context menu option to open an image in the current tab.
Co to jest Open image in current tab?
Open image in current tab to rozszerzenie Chrome opracowane przez ChrisFhey, a jego główną funkcją jest „Adds a context menu option to open an image in the current tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open image in current tab
Pobierz pliki rozszerzeń Open image in current tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Podstawowe informacje o rozszerzeniu
Nazwa | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
Oficjalny URL | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Opis | Adds a context menu option to open an image in the current tab. |
Rozmiar pliku | 10.1 KB |
Liczba instalacji | 379 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-06-03 |
Data Publikacji | 2021-06-03 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | ChrisFhey |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |