LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Vad är LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking är en Chrome-tillägg utvecklad av https://linklocker.co, och dess huvudfunktion är "Clip Web content to your LinkLocker account.".

Tilläggsskärmbilder

screenshot

Ladda ner LinkLocker - Private Bookmarking-förlängningens CRX-fil

Ladda ner LinkLocker - Private Bookmarking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
Officiell webbadress https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Beskrivning Clip Web content to your LinkLocker account.
Filstorlek 10.04 KB
Antal Installationer 48
Aktuell Version 1.1.1
Senast Uppdaterad 2022-09-26
Publiceringsdatum 2018-06-12
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://linklocker.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://linklocker.co
Hjälpsida URL https://linklocker.co/contact
URL till Sekretesspolicy Sidan https://linklocker.co/privacy
Stödda Språk 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"
    }
}