Google Drive Export Link Generator
Create direct download links for files
Google Drive Export Link Generator क्या है?
Google Drive Export Link Generator monsen.dag द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create direct download links for files"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Drive Export Link Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | caedmofclhbckdbpnmnbhclifmjmgpnb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb |
विवरण | Create direct download links for files |
फ़ाइल का आकार | 226 KB |
स्थापना संख्या | 464 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-04-05 |
प्रकाशन तिथि | 2017-04-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | monsen.dag |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Drive Export Link Generator", "version": "1.0.0", "manifest_version": 2, "description": "Create direct download links for files", "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Create Google Drive download link", "default_popup": "popup.html" }, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "clipboardRead", "clipboardWrite" ] } |