Bookmark Backup
Automatically backup and restore your bookmarks.
Wat is Bookmark Backup?
Bookmark Backup is een Chrome-extensie ontwikkeld door YS Liang, en de belangrijkste functie is "Automatically backup and restore your bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark Backup
Download Bookmark Backup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | eocfcfklbhdgkilphhkcpcgaollminlf |
| Officiële URL | https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf |
| Beschrijving | Automatically backup and restore your bookmarks. |
| Bestandsgrootte | 76.21 KB |
| Aantal Installaties | 3,047 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2016-10-13 |
| Publicatiedatum | 2016-10-13 |
| Beoordeling | 3.95/5 Totaal 56 Beoordelingen |
| Ontwikkelaar | YS Liang |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |