Bookmark Backup
Automatically backup and restore your bookmarks.
Was ist Bookmark Backup?
Bookmark Backup ist eine Chrome-Erweiterung, die von YS Liang entwickelt wurde, und ihr Hauptmerkmal ist "Automatically backup and restore your bookmarks.".
Erweiterungsscreenshots
Bookmark Backup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark Backup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eocfcfklbhdgkilphhkcpcgaollminlf |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf |
| Beschreibung | Automatically backup and restore your bookmarks. |
| Dateigröße | 76.21 KB |
| Installationsanzahl | 3,047 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2016-10-13 |
| Veröffentlichungsdatum | 2016-10-13 |
| Bewertung | 3.95/5 Insgesamt 56 Bewertungen |
| Entwickler | YS Liang |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |