LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

什麼是LinkLocker - Private Bookmarking?

LinkLocker - Private Bookmarking是由https://linklocker.co開發的Chrome擴展程式,該擴展的主要功能是“Clip Web content to your LinkLocker account.”。

擴展截圖

screenshot

下載LinkLocker - Private Bookmarking擴展crx文件

下載LinkLocker - Private Bookmarking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
官方網址 https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
簡介 Clip Web content to your LinkLocker account.
檔案大小 10.04 KB
安裝次數 48
目前版本 1.1.1
更新時間 2022-09-26
上架時間 2018-06-12
評分 5.00/5 共 3 次評分
開發者 https://linklocker.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://linklocker.co
說明頁面URL https://linklocker.co/contact
隱私政策頁面URL https://linklocker.co/privacy
支援的語言 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"
    }
}