Lynkmark

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

Was ist Lynkmark?

Lynkmark ist eine Chrome-Erweiterung, die von https://lynkmark.com entwickelt wurde, und ihr Hauptmerkmal ist "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Lynkmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lynkmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Lynkmark Lynkmark
ID ipjggohlfelekocbganopmpcfkdjdopm
Offizielle URL https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm
Beschreibung A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Dateigröße 1.4 MB
Installationsanzahl 87
Aktuelle Version 1.0.3
Letztes Update 2024-02-10
Veröffentlichungsdatum 2021-02-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://lynkmark.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lynkmark.com/
URL der Datenschutzrichtlinien-Seite https://lynkmark.com/privacy-policy
Unterstützte Sprachen 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"
}