LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Hvad er LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking er en Chrome-udvidelse udviklet af https://linklocker.co, og dens hovedfunktion er "Clip Web content to your LinkLocker account.".

Udvidelsesskærmbilleder

screenshot

Download LinkLocker - Private Bookmarking-udvidelses-CRX-fil

Download LinkLocker - Private Bookmarking-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
Officiel URL https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Beskrivelse Clip Web content to your LinkLocker account.
Filstørrelse 10.04 KB
Antal Installationer 48
Nuværende Version 1.1.1
Senest Opdateret 2022-09-26
Udgivelsesdato 2018-06-12
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://linklocker.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://linklocker.co
Hjælpeside-URL https://linklocker.co/contact
URL til Fortrolighedspolitik Side https://linklocker.co/privacy
Understøttede Sprog 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"
    }
}