LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

What is LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking is a Chrome extension developed by https://linklocker.co, and its main feature is "Clip Web content to your LinkLocker account.".

Extension Screenshots

screenshot

Download LinkLocker - Private Bookmarking Extension CRX File

Download LinkLocker - Private Bookmarking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
Official URL https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Description Clip Web content to your LinkLocker account.
File Size 10.04 KB
Installation Count 48
Current Version 1.1.1
Last Updated 2022-09-26
Publish Date 2018-06-12
Rating 5.00/5 Total 3 Ratings
Developer https://linklocker.co
Email [email protected]
Payment Type free
Extension Website https://linklocker.co
Help Page URL https://linklocker.co/contact
Privacy Policy Page URL https://linklocker.co/privacy
Supported Languages 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"
    }
}