Centroly - Bookmark, Save, and Discover Links

Discover curated links from like-minded people, or build your own collections of links

Centroly - Bookmark, Save, and Discover Links क्या है?

Centroly - Bookmark, Save, and Discover Links https://centroly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover curated links from like-minded people, or build your own collections of links"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easily bookmark and save articles, videos, podcasts and more to your collections.

Discover content from your favorite topics on the internet (startups, product, tech, etc.) saved by fellow like-minded people.

Features
- Highlight articles
- Save articles, videos, podcasts and more with 2 clicks
- Organize your links with tags, collections and sections
- Retrieve saved content easily on https://centroly.com
- Discover content from other users on the platform                    

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

नाम Centroly - Bookmark, Save, and Discover Links Centroly - Bookmark, Save, and Discover Links
ID kcjfgejibhifpbnheofjkjaobmkhpdho
आधिकारिक URL https://chromewebstore.google.com/detail/centroly-bookmark-save-an/kcjfgejibhifpbnheofjkjaobmkhpdho
विवरण Discover curated links from like-minded people, or build your own collections of links
फ़ाइल का आकार 253 KB
स्थापना संख्या 82
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2023-03-05
प्रकाशन तिथि 2022-01-06
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://centroly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://centroly.com
सहायता पृष्ठ URL https://twitter.com/centroly
गोपनीयता नीति पृष्ठ URL https://centroly.com/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Centroly - Bookmark, Save, and Discover Links",
    "version": "0.4.2",
    "description": "Discover curated links from like-minded people, or build your own collections of links",
    "browser_action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "page": ".\/dist\/background\/index.html",
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/lib\/jquery-3.6.1.slim.min.js",
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/contentScripts\/style.css"
    ],
    "commands": {
        "save-current-link": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save current link to Centroly"
        },
        "manage-highlights": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            },
            "description": "Manage saved highlights"
        },
        "highlight-selected": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Highlight selected text"
        }
    }
}