Cloud Bookmarks™

New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.

Was ist Cloud Bookmarks™?

Cloud Bookmarks™ ist eine Chrome-Erweiterung, die von https://cloud-bookmarks.com entwickelt wurde, und ihr Hauptmerkmal ist "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.".

Erweiterungsscreenshots

screenshot

Cloud Bookmarks™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Bookmarks™-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

                        Cloud Bookmarks replaces new tab page with a visual speed-dial bookmark page. The bookmark functions include add, search, edit, delete, and customize. The bookmark user interface is configurable for the size of the bookmarks and the folders that organize them by topic and store them for easy reference.

You will be able to generate static thumbnails and use your own background image for folders. You may name, organize, and customize your cloud folders and contents using your own colors, images, or styles.

We offer support for feedback, suggestions, and any questions at https://support.cloud-bookmarks.com. Any issues with installation or use of the extension may also be reported to the moderated user forum at the support address.                    

Grundlegende Informationen zur Erweiterung

Name Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
Offizielle URL https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
Beschreibung New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
Dateigröße 12.01 MB
Installationsanzahl 353
Aktuelle Version 0.30
Letztes Update 2021-10-13
Veröffentlichungsdatum 2021-04-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://cloud-bookmarks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cloud-bookmarks.com/
Hilfeseite URL http://support.cloud-bookmarks.com/
URL der Datenschutzrichtlinien-Seite https://cloud-bookmarks.com/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Bookmarks\u2122",
    "version": "0.30",
    "description": "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.",
    "permissions": [
        "",
        "bookmarks",
        "identity",
        "identity.email"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "html\/home.html"
    },
    "browser_action": {
        "default_title": "Search Bookmarks",
        "default_icon": "img\/favicon-48x48.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.jpg",
        "img\/*.png",
        "img\/*.svg",
        "css\/*.css"
    ],
    "icons": {
        "16": "img\/favicon-16x16.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png",
        "256": "img\/favicon-256x256.png"
    }
}