PaperBox
Save Paper docs to Dropbox
Apa itu PaperBox?
PaperBox adalah ekstensi Chrome yang dikembangkan oleh Ben Newhouse, dan fitur utamanya adalah "Save Paper docs to Dropbox".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PaperBox
Unduh file ekstensi PaperBox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds a button to save a Paper URL to your Dropbox to Dropbox Paper.
Informasi Dasar Ekstensi
Nama | PaperBox |
ID | jagnfaoigolehilmgkkinbjffnbngplm |
URL Resmi | https://chromewebstore.google.com/detail/paperbox/jagnfaoigolehilmgkkinbjffnbngplm |
Deskripsi | Save Paper docs to Dropbox |
Ukuran File | 4.24 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2017-11-06 |
Tanggal Publikasi | 2017-11-05 |
Pengembang | Ben Newhouse |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |