URL2Drive
Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
Was ist URL2Drive?
URL2Drive ist eine Chrome-Erweiterung, die von corneliustodd entwickelt wurde, und ihr Hauptmerkmal ist "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".
Erweiterungsscreenshots
URL2Drive-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL2Drive-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Import web documents directly to Google Drive. This is ideal for white sheets, raw files, and other web-available documents. This uses your currently logged in Google account to authorize the save feature. No passwords are handled by this extension. With this extension you will no longer have to download a file just to upload it to Google Drive. Save time, do awesome.
Grundlegende Informationen zur Erweiterung
Name | URL2Drive |
ID | ndmfocmpejjhinimlcekfkkgoolochkp |
Offizielle URL | https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp |
Beschreibung | Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents. |
Dateigröße | 39.43 KB |
Installationsanzahl | 503 |
Aktuelle Version | 0.3 |
Letztes Update | 2014-07-20 |
Veröffentlichungsdatum | 2014-07-19 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | corneliustodd |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL2Drive", "version": "0.3", "author": "corneliustodd", "short_name": "URL2Drive", "description": "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/apis.google.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/icon.16.png", "38": "images\/icon.48.png" }, "default_title": "Send this document to Drive", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.16.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } } |