LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Qu'est-ce que LinkLocker - Private Bookmarking ?

LinkLocker - Private Bookmarking est une extension Chrome développée par https://linklocker.co, et sa fonction principale est "Clip Web content to your LinkLocker account.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LinkLocker - Private Bookmarking

Téléchargez les fichiers d'extension LinkLocker - Private Bookmarking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
URL Officiel https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Description Clip Web content to your LinkLocker account.
Taille du Fichier 10.04 KB
Nombre d'Installations 48
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-09-26
Date de Publication 2018-06-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://linklocker.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://linklocker.co
URL de la Page d'Aide https://linklocker.co/contact
URL de la Page de Politique de Confidentialité https://linklocker.co/privacy
Langues Prises en Charge 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"
    }
}