Open image in current tab
Adds a context menu option to open an image in the current tab.
Vad är Open image in current tab?
Open image in current tab är en Chrome-tillägg utvecklad av ChrisFhey, och dess huvudfunktion är "Adds a context menu option to open an image in the current tab.".
Tilläggsskärmbilder
Ladda ner Open image in current tab-förlängningens CRX-fil
Ladda ner Open image in current tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
Grundläggande Information om Tillägg
Namn | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
Officiell webbadress | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
Beskrivning | Adds a context menu option to open an image in the current tab. |
Filstorlek | 10.1 KB |
Antal Installationer | 379 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-06-03 |
Publiceringsdatum | 2021-06-03 |
Betyg | 4.83/5 Totalt 6 Betyg |
Utvecklare | ChrisFhey |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |