DocSave

Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…

DocSave란 무엇입니까?

DocSave은(는) http://www.docsan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall.  Save even pages within a login session, e.g. online banking, shopping order list, and patient portal!  The extension does NOT retain any potentially sensitive information, but only creates PDF from the web page for downloading to your local drive or uploading to your Dropbox.

Enjoy the convenience of offline reading when you save to Dropbox as it automatically synchronizes them to your computers and mobile devices.  You can also search the content in the PDFs with the familiar search box on your device.

In addition, take advantage of Dropbox's ability to either share or keep files private.  With the existing Facebook-Dropbox integration, with a click of the Facebook Group "Add File" button, you can share and engage in discussions within secret Facebook groups with only relevant parties (e.g. spouse, family members, close friends).                    

확장 프로그램 기본 정보

이름 DocSave DocSave
ID plfifoigopinmoamjgneleohihlfhpmp
공식 URL https://chrome.google.com/webstore/detail/docsave/plfifoigopinmoamjgneleohihlfhpmp
설명 Save Web pages as PDFs into Dropbox and share in private Facebook Groups or on your Wall. Save even pages within a login session,…
파일 크기 107 KB
설치 횟수 52
현재 버전 1.4.6
최근 업데이트 2013-12-11
출시 날짜 2013-12-11
평점 2.33/5 총 3 개의 평점
개발자 http://www.docsan.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocSave",
    "version": "1.4.6",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Save and Share Web Pages as PDF Files.",
        "default_icon": "DocSAN-Icon-cloud-w-doc-64x64-w-Name.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.widedesk.com;  object-src 'self'",
    "web_accessible_resources": [
        "clipper.css",
        "easyXDM.min.js"
    ]
}