Cloud Bookmarks™

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

Qu'est-ce que Cloud Bookmarks™ ?

Cloud Bookmarks™ est une extension Chrome développée par https://cloud-bookmarks.com, et sa fonction principale est "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cloud Bookmarks™

Téléchargez les fichiers d'extension Cloud Bookmarks™ 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

                        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.                    

Informations de Base sur l'Extension

Nom Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
URL Officiel https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
Description New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
Taille du Fichier 12.01 MB
Nombre d'Installations 353
Version Actuelle 0.30
Dernière Mise à Jour 2021-10-13
Date de Publication 2021-04-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://cloud-bookmarks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cloud-bookmarks.com/
URL de la Page d'Aide http://support.cloud-bookmarks.com/
URL de la Page de Politique de Confidentialité https://cloud-bookmarks.com/privacy.html
Langues Prises en Charge 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"
    }
}