LinkLocker - Private Bookmarking
Clip Web content to your LinkLocker account.
Co to jest LinkLocker - Private Bookmarking?
LinkLocker - Private Bookmarking to rozszerzenie Chrome opracowane przez https://linklocker.co, a jego główną funkcją jest „Clip Web content to your LinkLocker account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LinkLocker - Private Bookmarking
Pobierz pliki rozszerzeń LinkLocker - Private Bookmarking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | LinkLocker - Private Bookmarking |
ID | ggegdmaegiodpleinjnangkdcbagpjme |
Oficjalny URL | https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme |
Opis | Clip Web content to your LinkLocker account. |
Rozmiar pliku | 10.04 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2022-09-26 |
Data Publikacji | 2018-06-12 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://linklocker.co |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://linklocker.co |
Adres URL Strony Pomocy | https://linklocker.co/contact |
Adres URL Strony Polityki Prywatności | https://linklocker.co/privacy |
Obsługiwane Języki | 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" } } |