CarryLinks

More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems.

CarryLinks क्या है?

CarryLinks https://carrylinks.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Many people use more than one browser, more than one device, and more than one operating system. This results in saving our favorite bookmarks all over the place. This extension from CarryLinks is a tool that allows you to completely manage and synchronize all your bookmarks regardless of the browser, device, and system. 

Beyond bookmark synchronization, you can enjoy many FEATURES, such as:

-	Bookmark and manage links
-	Import existing bookmarks
-	Import links from history
-	Save open tabs
-	Save links from a webpage
-	Open all links in a folder
-	Open links in the same window
-	Open links in new windows
-	Open links in private windows
-	Auto-detect links’ titles and descriptions
-	Search links
-	Create QRs
-	Shorten links
-	Check links for availability
-	Check links for safety
-	Share links
-	Sort links
-	Sort folders
-	Color folders

This extension is loaded with many features without affecting the speed of your browser. The main features are free; and, if you want PREMIUM features, you can upgrade at any time.

For more information, please visit https://carrylinks.com/extension                    

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

नाम CarryLinks CarryLinks
ID dkjfnnolfbkgjbddlmmmloedjiegfmoo
आधिकारिक URL https://chromewebstore.google.com/detail/carrylinks/dkjfnnolfbkgjbddlmmmloedjiegfmoo
विवरण More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems.
फ़ाइल का आकार 1.25 MB
स्थापना संख्या 236
वर्तमान संस्करण 0.13.0
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2022-06-20
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://carrylinks.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://carrylinks.com
सहायता पृष्ठ URL https://carrylinks.com/contact
गोपनीयता नीति पृष्ठ URL https://carrylinks.com/privacy
समर्थित भाषाएँ en,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "0.13.0",
    "description": "__MSG_extDescription__",
    "author": "__MSG_extAuthor__",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_title": "CarryLinks",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32guest.png",
            "48": "images\/logo48.png",
            "96": "images\/logo96.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/carrylinks.com",
    "permissions": [
        "bookmarks",
        "history",
        "storage",
        "identity",
        "cookies",
        "tabs",
        "contextMenus",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.carrylinks.com\/*",
            "https:\/\/*.carrylinks.test\/*"
        ]
    }
}