LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

Apa itu LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking adalah ekstensi Chrome yang dikembangkan oleh https://linklocker.co, dan fitur utamanya adalah "Clip Web content to your LinkLocker account.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LinkLocker - Private Bookmarking

Unduh file ekstensi LinkLocker - Private Bookmarking dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
URL Resmi https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
Deskripsi Clip Web content to your LinkLocker account.
Ukuran File 10.04 KB
Jumlah Instalasi 48
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2022-09-26
Tanggal Publikasi 2018-06-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://linklocker.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://linklocker.co
URL Halaman Bantuan https://linklocker.co/contact
URL Halaman Kebijakan Privasi https://linklocker.co/privacy
Bahasa yang Didukung 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"
    }
}