Bookmark Backup
Automatically backup and restore your bookmarks.
What is Bookmark Backup?
Bookmark Backup is a Chrome extension developed by YS Liang, and its main feature is "Automatically backup and restore your bookmarks.".
Extension Screenshots
Download Bookmark Backup Extension CRX File
Download Bookmark Backup 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
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.
Extension Basic Information
Name | Bookmark Backup |
ID | eocfcfklbhdgkilphhkcpcgaollminlf |
Official URL | https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf |
Description | Automatically backup and restore your bookmarks. |
File Size | 76.21 KB |
Installation Count | 3,047 |
Current Version | 1.8 |
Last Updated | 2016-10-13 |
Publish Date | 2016-10-13 |
Rating | 3.95/5 Total 56 Ratings |
Developer | YS Liang |
Payment Type | free |
Supported Languages | 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 } } |