Bookmark Backup

Automatically backup and restore your bookmarks.

Apa itu Bookmark Backup?

Bookmark Backup adalah ekstensi Chrome yang dikembangkan oleh YS Liang, dan fitur utamanya adalah "Automatically backup and restore your bookmarks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmark Backup

Unduh file ekstensi Bookmark Backup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bookmark Backup Bookmark Backup
ID eocfcfklbhdgkilphhkcpcgaollminlf
URL Resmi https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf
Deskripsi Automatically backup and restore your bookmarks.
Ukuran File 76.21 KB
Jumlah Instalasi 3,047
Versi Saat Ini 1.8
Terakhir Diperbarui 2016-10-13
Tanggal Publikasi 2016-10-13
Penilaian 3.95/5 Total 56 Penilaian
Pengembang YS Liang
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}