Bookmark Backup
Automatically backup and restore your bookmarks.
什么是Bookmark Backup?
Bookmark Backup是由YS Liang开发的Chrome扩展程序,该扩展的主要功能是“Automatically backup and restore your bookmarks.”。
扩展截图
下载Bookmark Backup扩展crx文件
下载Bookmark Backup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bookmark Backup is a simple extension that helps to keep your bookmarks. Each time a bookmark is added or removed, a copy of your bookmarks will be made on your device.
Features:
★ Automatically creates daily backups.
★ Each backup will be stored safely on your device. 扩展基本信息
| 名称 | |
| ID | eocfcfklbhdgkilphhkcpcgaollminlf |
| 官方URL | https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf |
| 简介 | Automatically backup and restore your bookmarks. |
| 文件大小 | 76.21 KB |
| 安装次数 | 3,047 |
| 当前版本 | 1.8 |
| 更新时间 | 2016-10-13 |
| 上架时间 | 2016-10-13 |
| 评分 | 3.95/5 共56次评分 |
| 开发者 | YS Liang |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bookmark Backup",
"version": "1.8",
"icons": {
"128": "assets\/browser_bookmark.png"
},
"manifest_version": 2,
"description": "Automatically backup and restore your bookmarks.",
"permissions": [
"bookmarks",
"unlimitedStorage",
"alarms",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
}
} | |