LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Was ist LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking ist eine Chrome-Erweiterung, die von https://linklocker.co entwickelt wurde, und ihr Hauptmerkmal ist "Clip Web content to your LinkLocker account.".

Erweiterungsscreenshots

screenshot

LinkLocker - Private Bookmarking-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinkLocker - Private Bookmarking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
Offizielle URL https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Beschreibung Clip Web content to your LinkLocker account.
Dateigröße 10.04 KB
Installationsanzahl 48
Aktuelle Version 1.1.1
Letztes Update 2022-09-26
Veröffentlichungsdatum 2018-06-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://linklocker.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://linklocker.co
Hilfeseite URL https://linklocker.co/contact
URL der Datenschutzrichtlinien-Seite https://linklocker.co/privacy
Unterstützte Sprachen 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"
    }
}