Open image in current tab
Adds a context menu option to open an image in the current tab.
Co je Open image in current tab?
Open image in current tab je rozšíření Chrome vyvinuté ChrisFhey, a jeho hlavní funkcí je „Adds a context menu option to open an image in the current tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open image in current tab
Stáhněte si soubory rozšíření Open image in current tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Základní Informace o Rozšíření
Název | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
Oficiální URL | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Popis | Adds a context menu option to open an image in the current tab. |
Velikost souboru | 10.1 KB |
Počet instalací | 379 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-06-03 |
Datum Vydání | 2021-06-03 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | ChrisFhey |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |