URL2Drive

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

Τι είναι το URL2Drive;

Το URL2Drive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον corneliustodd, και η κύρια λειτουργία του είναι "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης URL2Drive

Λήψη αρχείων επέκτασης URL2Drive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα URL2Drive URL2Drive
ID ndmfocmpejjhinimlcekfkkgoolochkp
Επίσημο URL https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp
Περιγραφή Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
Μέγεθος Αρχείου 39.43 KB
Αριθμός Εγκαταστάσεων 503
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2014-07-20
Ημερομηνία Δημοσίευσης 2014-07-19
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής corneliustodd
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}