Cloud Bookmarks™

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

Cloud Bookmarks™ क्या है?

Cloud Bookmarks™ https://cloud-bookmarks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloud Bookmarks™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
आधिकारिक URL https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
विवरण New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
फ़ाइल का आकार 12.01 MB
स्थापना संख्या 353
वर्तमान संस्करण 0.30
अंतिम अपडेट 2021-10-13
प्रकाशन तिथि 2021-04-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://cloud-bookmarks.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cloud-bookmarks.com/
सहायता पृष्ठ URL http://support.cloud-bookmarks.com/
गोपनीयता नीति पृष्ठ URL https://cloud-bookmarks.com/privacy.html
समर्थित भाषाएँ 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"
    }
}