Lynkmark

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

Qu'est-ce que Lynkmark ?

Lynkmark est une extension Chrome développée par https://lynkmark.com, et sa fonction principale est "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Lynkmark

Téléchargez les fichiers d'extension Lynkmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lynkmark Lynkmark
ID ipjggohlfelekocbganopmpcfkdjdopm
URL Officiel 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
Taille du Fichier 1.4 MB
Nombre d'Installations 87
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-02-10
Date de Publication 2021-02-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://lynkmark.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lynkmark.com/
URL de la Page de Politique de Confidentialité https://lynkmark.com/privacy-policy
Langues Prises en Charge 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"
}