LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

LinkLocker - Private Bookmarking क्या है?

LinkLocker - Private Bookmarking https://linklocker.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip Web content to your LinkLocker account."।

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

screenshot

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

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

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

                        Use the official LinkLocker Chrome Extension to clip content from sites you visit and save it into your LinkLocker.co account. The extension automatically populates the Title and URL fields of the page you're currently viewing, and if you've selected any text on that page, the selection will be sent to the Description field.

Requires an account at LinkLocker.co.

Changes:

Version 1.1.1:
* Minor under-the-hood updates                    

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

नाम LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
आधिकारिक URL https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
विवरण Clip Web content to your LinkLocker account.
फ़ाइल का आकार 10.04 KB
स्थापना संख्या 48
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-09-26
प्रकाशन तिथि 2018-06-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://linklocker.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://linklocker.co
सहायता पृष्ठ URL https://linklocker.co/contact
गोपनीयता नीति पृष्ठ URL https://linklocker.co/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkLocker - Private Bookmarking",
    "short_name": "LinkLocker",
    "version": "1.1.1",
    "author": "LinkLocker",
    "description": "Clip Web content to your LinkLocker account.",
    "icons": {
        "19": "\/images\/icon19.png",
        "38": "\/images\/icon38.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/linklocker.co\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Clip to LinkLocker",
        "default_popup": "clipper.html"
    }
}