Lynkmark
A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Cos'è Lynkmark?
Lynkmark è un'estensione di Chrome sviluppata da https://lynkmark.com, e la sua funzione principale è "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lynkmark
Scarica i file di estensione Lynkmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Lynkmark |
ID | ipjggohlfelekocbganopmpcfkdjdopm |
URL Ufficiale | https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm |
Descrizione | A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place |
Dimensione del File | 1.4 MB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2021-02-10 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://lynkmark.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.lynkmark.com/ |
URL della Pagina della Politica sulla Privacy | https://lynkmark.com/privacy-policy |
Lingue Supportate | 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" } |