Open image in current tab
Adds a context menu option to open an image in the current tab.
Open image in current tab क्या है?
Open image in current tab ChrisFhey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a context menu option to open an image in the current tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open image in current tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.
एक्सटेंशन की मूल जानकारी
नाम | Open image in current tab |
ID | mfpgmcmnombcfbebaacgobdcfgdidlki |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki |
विवरण | Adds a context menu option to open an image in the current tab. |
फ़ाइल का आकार | 10.1 KB |
स्थापना संख्या | 379 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-03 |
प्रकाशन तिथि | 2021-06-03 |
रेटिंग | 4.83/5 कुल 6 रेटिंग्स |
डेवलपर | ChrisFhey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |