Cloud Bookmarks™

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

Cloud Bookmarks™ là gì?

Cloud Bookmarks™ là một tiện ích mở rộng Chrome được phát triển bởi https://cloud-bookmarks.com, và tính năng chính của nó là "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Bookmarks™

Tải xuống các tệp mở rộng Cloud Bookmarks™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
URL Chính Thức https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
Mô tả New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
Kích Thước Tệp 12.01 MB
Số Lần Cài Đặt 353
Phiên Bản Hiện Tại 0.30
Cập Nhật Lần Cuối 2021-10-13
Ngày Phát Hành 2021-04-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://cloud-bookmarks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cloud-bookmarks.com/
URL Trang Trợ Giúp http://support.cloud-bookmarks.com/
URL Trang Chính Sách Bảo Mật https://cloud-bookmarks.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}