URL2Drive

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

URL2Drive란 무엇입니까?

URL2Drive은(는) corneliustodd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents."입니다.

확장 프로그램 스크린샷

screenshot

URL2Drive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}