Lynkmark

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

Co to jest Lynkmark?

Lynkmark to rozszerzenie Chrome opracowane przez https://lynkmark.com, a jego główną funkcją jest „A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Lynkmark

Pobierz pliki rozszerzeń Lynkmark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Lynkmark Lynkmark
ID ipjggohlfelekocbganopmpcfkdjdopm
Oficjalny URL https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm
Opis A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Rozmiar pliku 1.4 MB
Liczba instalacji 87
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2024-02-10
Data Publikacji 2021-02-10
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://lynkmark.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.lynkmark.com/
Adres URL Strony Polityki Prywatności https://lynkmark.com/privacy-policy
Obsługiwane Języki 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"
}