Lynkmark
A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
O que é Lynkmark?
Lynkmark é uma extensão do Chrome desenvolvida por https://lynkmark.com, e sua principal característica é "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lynkmark
Baixe arquivos de extensão Lynkmark 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
Simplest way to organize your bookmarks for web & mobile Keep all your Bookmarks in one place. - Save links from the Web - Add notes while bookmarking - Organize your links using collections - Add Tags - Search for everything - Save and Restore your browser windows using collection
Informações Básicas da Extensão
Nome | Lynkmark |
ID | ipjggohlfelekocbganopmpcfkdjdopm |
URL Oficial | https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm |
Descrição | A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place |
Tamanho do Arquivo | 1.4 MB |
Contagem de Instalações | 87 |
Versão Atual | 1.0.3 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2021-02-10 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://lynkmark.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.lynkmark.com/ |
URL da Página de Política de Privacidade | https://lynkmark.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.lynkmark.com", "description": "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place", "default_locale": "en", "permissions": [ "activeTab", "tabs", "storage", "cookies", "contextMenus" ], "host_permissions": [ "*:\/\/*.lynkmark.com\/*" ], "omnibox": { "keyword": "lk" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "1.0.3" } |