Cloud Bookmarks™

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

What is Cloud Bookmarks™?

Cloud Bookmarks™ is a Chrome extension developed by https://cloud-bookmarks.com, and its main feature is "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.".

Extension Screenshots

screenshot

Download Cloud Bookmarks™ Extension CRX File

Download Cloud Bookmarks™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
Official URL https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
Description New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
File Size 12.01 MB
Installation Count 353
Current Version 0.30
Last Updated 2021-10-13
Publish Date 2021-04-29
Rating 5.00/5 Total 3 Ratings
Developer https://cloud-bookmarks.com
Email [email protected]
Payment Type free
Extension Website https://cloud-bookmarks.com/
Help Page URL http://support.cloud-bookmarks.com/
Privacy Policy Page URL https://cloud-bookmarks.com/privacy.html
Supported Languages 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"
    }
}