Bookmark Backup

Automatically backup and restore your bookmarks.

Vad är Bookmark Backup?

Bookmark Backup är en Chrome-tillägg utvecklad av YS Liang, och dess huvudfunktion är "Automatically backup and restore your bookmarks.".

Tilläggsskärmbilder

screenshot

Ladda ner Bookmark Backup-förlängningens CRX-fil

Ladda ner Bookmark Backup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bookmark Backup Bookmark Backup
ID eocfcfklbhdgkilphhkcpcgaollminlf
Officiell webbadress https://chromewebstore.google.com/detail/bookmark-backup/eocfcfklbhdgkilphhkcpcgaollminlf
Beskrivning Automatically backup and restore your bookmarks.
Filstorlek 76.21 KB
Antal Installationer 3,047
Aktuell Version 1.8
Senast Uppdaterad 2016-10-13
Publiceringsdatum 2016-10-13
Betyg 3.95/5 Totalt 56 Betyg
Utvecklare YS Liang
Betalningssätt free
Stödda Språk 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
    }
}