LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Wat is LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking is een Chrome-extensie ontwikkeld door https://linklocker.co, en de belangrijkste functie is "Clip Web content to your LinkLocker account.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkLocker - Private Bookmarking

Download LinkLocker - Private Bookmarking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
Officiële URL https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Beschrijving Clip Web content to your LinkLocker account.
Bestandsgrootte 10.04 KB
Aantal Installaties 48
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-09-26
Publicatiedatum 2018-06-12
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://linklocker.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://linklocker.co
Help Pagina-URL https://linklocker.co/contact
URL van de Privacybeleid Pagina https://linklocker.co/privacy
Ondersteunde Talen 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"
    }
}