URL2Drive

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

Vad är URL2Drive?

URL2Drive är en Chrome-tillägg utvecklad av corneliustodd, och dess huvudfunktion är "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".

Tilläggsskärmbilder

screenshot

Ladda ner URL2Drive-förlängningens CRX-fil

Ladda ner URL2Drive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn URL2Drive URL2Drive
ID ndmfocmpejjhinimlcekfkkgoolochkp
Officiell webbadress https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp
Beskrivning Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
Filstorlek 39.43 KB
Antal Installationer 503
Aktuell Version 0.3
Senast Uppdaterad 2014-07-20
Publiceringsdatum 2014-07-19
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare corneliustodd
Betalningssätt free
Stödda Språk 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"
    }
}