Bookmark Backup
Automatically backup and restore your bookmarks.
Cos'è Bookmark Backup?
Bookmark Backup è un'estensione di Chrome sviluppata da YS Liang, e la sua funzione principale è "Automatically backup and restore your bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark Backup
Scarica i file di estensione Bookmark Backup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bookmark Backup |
ID | eocfcfklbhdgkilphhkcpcgaollminlf |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf |
Descrizione | Automatically backup and restore your bookmarks. |
Dimensione del File | 76.21 KB |
Conteggio Installazioni | 3,047 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2016-10-13 |
Data di Pubblicazione | 2016-10-13 |
Valutazione | 3.95/5 Totale 56 Valutazioni |
Sviluppatore | YS Liang |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |