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 |
Eメール | [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" } } |