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.”。
扩展截图
下载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 |
ID | ggegdmaegiodpleinjnangkdcbagpjme |
官方URL | 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" } } |