Google Drive Image Viewer
A browser extension to help you view images in google drive smoothly.
Google Drive Image Viewer क्या है?
Google Drive Image Viewer xukeek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to help you view images in google drive smoothly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Drive Image Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"Google drive image viewer' – your ultimate solution for lightning-fast image browsing on Google Drive. Say goodbye to slow loading times and hello to seamless image exploration. With SwiftDrive Photo Viewer, you'll experience a swift and efficient way to view, browse, and enjoy your Google Drive images. Harness the power of accelerated browsing and elevate your image viewing experience today." Buy it at gumroad!! https://ziyoumaa.gumroad.com/l/vqgccc Join the discord server https://discord.gg/Z8z6GAnzY6
एक्सटेंशन की मूल जानकारी
नाम | Google Drive Image Viewer |
ID | kkphaaonihdkgkhlbalckaejbdjpiebf |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-drive-image-viewer/kkphaaonihdkgkhlbalckaejbdjpiebf |
विवरण | A browser extension to help you view images in google drive smoothly. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 0.0.8 |
अंतिम अपडेट | 2024-02-18 |
प्रकाशन तिथि | 2023-11-24 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | xukeek |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://ziyoumaa.gumroad.com/l/vqgccc |
गोपनीयता नीति पृष्ठ URL | https://mikuohashii.github.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Image Viewer", "description": "A browser extension to help you view images in google drive smoothly.", "version": "0.0.8", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/drive.google.com\/*" ], "run_at": "document_end", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] } |