Bookmark Backup

Automatically backup and restore your bookmarks.

Qu'est-ce que Bookmark Backup ?

Bookmark Backup est une extension Chrome développée par YS Liang, et sa fonction principale est "Automatically backup and restore your bookmarks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmark Backup

Téléchargez les fichiers d'extension Bookmark Backup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmark Backup Bookmark Backup
ID eocfcfklbhdgkilphhkcpcgaollminlf
URL Officiel https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf
Description Automatically backup and restore your bookmarks.
Taille du Fichier 76.21 KB
Nombre d'Installations 3,047
Version Actuelle 1.8
Dernière Mise à Jour 2016-10-13
Date de Publication 2016-10-13
Évaluation 3.95/5 Total 56 Évaluations
Développeur YS Liang
Type de Paiement free
Langues Prises en Charge 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
    }
}