Bookmarks Backuper

Never lose your Chrome bookmarks again!

Was ist Bookmarks Backuper?

Bookmarks Backuper ist eine Chrome-Erweiterung, die von Kostiantyn Plakhotia entwickelt wurde, und ihr Hauptmerkmal ist "Never lose your Chrome bookmarks again!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bookmarks Backuper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks Backuper-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

                        Back up all your Chrome bookmarks to Google Drive. Open and view in readable format from any computer, even on mobile.
Why to back up:
* never lose your bookmarks again
* reliable Google Drive storage for your bookmarks backup, unlimited!
* no third-party hosting
* have access to your bookmarks from any device

Changelog
0.2.0.8 (February 23, 2024)
* security update
0.2.0.7 (December 2, 2023)
* updated extension manifest version to 3
0.2.0.6 (February 29, 2020)
* ask before log out
0.2.0.2 (February 9, 2020)
* improved error managing with Stackdriver Error Reporting
0.2.0.0 (February 2, 2020)
* updated extension to use Chrome identity sign-in
0.1.2.5 (May 13, 2018)
* improved stability
0.1.2.3 (April 29, 2018)
* authorization - refresh token fix
0.1.2.2 (April 25, 2018):
* fixed authorization fails for some users
* added "Log out" link (viewable on popup mouse hover)                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks Backuper Bookmarks Backuper
ID jdcbhaadjnkcdklbjkmgbpjaoonekpjd
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-backuper/jdcbhaadjnkcdklbjkmgbpjaoonekpjd
Beschreibung Never lose your Chrome bookmarks again!
Dateigröße 28.09 KB
Installationsanzahl 2,039
Aktuelle Version 0.2.0.8
Letztes Update 2024-02-24
Veröffentlichungsdatum 2020-02-29
Bewertung 4.05/5 Insgesamt 40 Bewertungen
Entwickler Kostiantyn Plakhotia
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/bookmarksbackuper/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks Backuper",
    "description": "Never lose your Chrome bookmarks again!",
    "version": "0.2.0.8",
    "content_security_policy": {
        "extension_pages": "child-src 'none'; connect-src https:\/\/accounts.google.com https:\/\/chromewebstore.google.com https:\/\/clouderrorreporting.googleapis.com https:\/\/docs.google.com https:\/\/sheets.googleapis.com https:\/\/www.googleapis.com; default-src 'none'; font-src 'none'; frame-src 'none'; img-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src 'self'; style-src-elem 'self'; style-src-attr 'none'; worker-src 'none'; base-uri 'self'; form-action 'none'; frame-ancestors 'none'"
    },
    "permissions": [
        "identity",
        "bookmarks",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Show Bookmarks Backup",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon128.png",
        "48": "img\/icon128.png",
        "128": "img\/icon128.png"
    },
    "oauth2": {
        "client_id": "788587416670-d3i89ech7a4pv33qas2stflslookq0el.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "manifest_version": 3
}