LinkLocker - Private Bookmarking
Clip Web content to your LinkLocker account.
O que é LinkLocker - Private Bookmarking?
LinkLocker - Private Bookmarking é uma extensão do Chrome desenvolvida por https://linklocker.co, e sua principal característica é "Clip Web content to your LinkLocker account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LinkLocker - Private Bookmarking
Baixe arquivos de extensão LinkLocker - Private Bookmarking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | LinkLocker - Private Bookmarking |
ID | ggegdmaegiodpleinjnangkdcbagpjme |
URL Oficial | https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme |
Descrição | Clip Web content to your LinkLocker account. |
Tamanho do Arquivo | 10.04 KB |
Contagem de Instalações | 48 |
Versão Atual | 1.1.1 |
Última Atualização | 2022-09-26 |
Data de Publicação | 2018-06-12 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://linklocker.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://linklocker.co |
URL da Página de Ajuda | https://linklocker.co/contact |
URL da Página de Política de Privacidade | https://linklocker.co/privacy |
Idiomas Suportados | 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" } } |