Lynkmark

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

What is Lynkmark?

Lynkmark is a Chrome extension developed by https://lynkmark.com, and its main feature is "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Lynkmark Extension CRX File

Download Lynkmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Lynkmark Lynkmark
ID ipjggohlfelekocbganopmpcfkdjdopm
Official URL https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm
Description A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
File Size 1.4 MB
Installation Count 87
Current Version 1.0.3
Last Updated 2024-02-10
Publish Date 2021-02-10
Rating 5.00/5 Total 5 Ratings
Developer https://lynkmark.com
Email [email protected]
Payment Type free
Extension Website https://www.lynkmark.com/
Privacy Policy Page URL https://lynkmark.com/privacy-policy
Supported Languages 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"
}