PaperBox
Save Paper docs to Dropbox
什麼是PaperBox?
PaperBox是由Ben Newhouse開發的Chrome擴展程式,該擴展的主要功能是“Save Paper docs to Dropbox”。
擴展截圖
下載PaperBox擴展crx文件
下載PaperBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a button to save a Paper URL to your Dropbox to Dropbox Paper. 擴展基本資訊
| 名稱 | |
| ID | jagnfaoigolehilmgkkinbjffnbngplm |
| 官方網址 | https://chromewebstore.google.com/detail/paperbox/jagnfaoigolehilmgkkinbjffnbngplm |
| 簡介 | Save Paper docs to Dropbox |
| 檔案大小 | 4.24 KB |
| 安裝次數 | 29 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2017-11-06 |
| 上架時間 | 2017-11-05 |
| 開發者 | Ben Newhouse |
| 付費類型 | free |
| 支援的語言 | 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"
]
}
]
} | |