Save to Cloud
Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.
Save to Cloud क्या है?
Save to Cloud https://www.pdfzorro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to Cloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension you can save your documents directly from the browser to Google Drive. - Save PDF or image files (opened with Chrome) with a few clicks directly to your Google Drive - Use this extension as snipping tool. Take a screenshot of a complete website. Also you can Crop/Cut the screenshot and send via Email in our Online Editor. - Select a folder where the file should be save. For every file you will save to gdrive you can select a folder. Info: To use this extension, you must allow "URL Access". You will find this options in: More tools -> Extensions -> Save to Google Drive: ✓ Allow access to file URL for 'Save to Google Drive'. UPDATE: Now you can also edit the pdf file with PDFzorro, a free PDF Online Editor! UPDATE (29.08.2019): The Extension needs access to your GoogleDrive via the drive-scope. The Extension use this scope to save the document (opened in the browser) to your private GoogleDrive Cloudspace.
एक्सटेंशन की मूल जानकारी
नाम | Save to Cloud |
ID | pacllhnfaalmndlofaggllkjdonlgjnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-to-cloud/pacllhnfaalmndlofaggllkjdonlgjnc |
विवरण | Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved. |
फ़ाइल का आकार | 499 KB |
स्थापना संख्या | 10,912 |
वर्तमान संस्करण | 0.0.0.23 |
अंतिम अपडेट | 2019-09-07 |
प्रकाशन तिथि | 2019-09-07 |
रेटिंग | 3.18/5 कुल 34 रेटिंग्स |
डेवलपर | https://www.pdfzorro.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.pdfzorro.com |
गोपनीयता नीति पृष्ठ URL | https://www.pdfzorro.com/EDIT/terms.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "activeTab", "downloads", "https:\/\/savetogdrive.pdfzorro.com\/*", "https:\/\/www.pdfzorro.com\/*" ], "name": "Save to Cloud", "version": "0.0.0.23", "short_name": "Save to your cloud drive", "description": "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |