Lynkmark

A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place

Wat is Lynkmark?

Lynkmark is een Chrome-extensie ontwikkeld door https://lynkmark.com, en de belangrijkste functie is "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lynkmark

Download Lynkmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lynkmark Lynkmark
ID ipjggohlfelekocbganopmpcfkdjdopm
Officiële URL https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm
Beschrijving A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Bestandsgrootte 1.4 MB
Aantal Installaties 87
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-02-10
Publicatiedatum 2021-02-10
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://lynkmark.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.lynkmark.com/
URL van de Privacybeleid Pagina https://lynkmark.com/privacy-policy
Ondersteunde Talen 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"
}