View This Image
View any image by right clicking on it and selecting 'View This Image'.
View This Image क्या है?
View This Image https://www.onemast.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View any image by right clicking on it and selecting 'View This Image'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में View This Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension, you can view any image by right clicking on it and selecting 'View This Image'.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | poildibeoniaibomedledajlgfbohjda |
आधिकारिक URL | https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda |
विवरण | View any image by right clicking on it and selecting 'View This Image'. |
फ़ाइल का आकार | 23.69 KB |
स्थापना संख्या | 456 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-06-04 |
प्रकाशन तिथि | 2018-06-04 |
रेटिंग | 4.64/5 कुल 11 रेटिंग्स |
डेवलपर | https://www.onemast.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.onemast.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View This Image", "description": "View any image by right clicking on it and selecting 'View This Image'.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "icon\/16.png", "64": "icon\/64.png", "128": "icon\/128.png", "512": "icon\/512.png" }, "background": { "scripts": [ "viewthis.js" ] } } |