PaperBox

Save Paper docs to Dropbox

What is PaperBox?

PaperBox is a Chrome extension developed by Ben Newhouse, and its main feature is "Save Paper docs to Dropbox".

Extension Screenshots

screenshot

Download PaperBox Extension CRX File

Download PaperBox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a button to save a Paper URL to your Dropbox to Dropbox Paper.                    

Extension Basic Information

Name PaperBox PaperBox
ID jagnfaoigolehilmgkkinbjffnbngplm
Official URL https://chromewebstore.google.com/detail/paperbox/jagnfaoigolehilmgkkinbjffnbngplm
Description Save Paper docs to Dropbox
File Size 4.24 KB
Installation Count 29
Current Version 0.0.2
Last Updated 2017-11-06
Publish Date 2017-11-05
Developer Ben Newhouse
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PaperBox",
    "description": "Save Paper docs to Dropbox",
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paper.dropbox.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ]
}