URL2Drive

Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.

Qu'est-ce que URL2Drive ?

URL2Drive est une extension Chrome développée par corneliustodd, et sa fonction principale est "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL2Drive

Téléchargez les fichiers d'extension URL2Drive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL2Drive URL2Drive
ID ndmfocmpejjhinimlcekfkkgoolochkp
URL Officiel https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp
Description Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
Taille du Fichier 39.43 KB
Nombre d'Installations 503
Version Actuelle 0.3
Dernière Mise à Jour 2014-07-20
Date de Publication 2014-07-19
Évaluation 3.00/5 Total 4 Évaluations
Développeur corneliustodd
Type de Paiement free
Langues Prises en Charge 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"
    }
}