Linker - Save. Group. Share.

All-in-one Bookmark and Snippets Manager

Qu'est-ce que Linker - Save. Group. Share. ?

Linker - Save. Group. Share. est une extension Chrome développée par https://getlinker.app, et sa fonction principale est "All-in-one Bookmark and Snippets Manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Linker - Save. Group. Share.

Téléchargez les fichiers d'extension Linker - Save. Group. Share. 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

                        Linker has been upgraded to give you the power to organize your bookmarks into Workspaces, allowing you to keep your personal and work environments separate. You can further organize your bookmarks by creating folders and sub-folders. Moreover, you can now tag your bookmarks for easy searching and grouping.                    

Informations de Base sur l'Extension

Nom Linker - Save. Group. Share. Linker - Save. Group. Share.
ID higmpfakidjnhidefjieejmphpmlpbea
URL Officiel https://chromewebstore.google.com/detail/linker-save-group-share/higmpfakidjnhidefjieejmphpmlpbea
Description All-in-one Bookmark and Snippets Manager
Taille du Fichier 4.69 MB
Nombre d'Installations 338
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-11
Date de Publication 2021-07-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://getlinker.app
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://getlinker.app
URL de la Page d'Aide https://getlinker.tawk.help/
URL de la Page de Politique de Confidentialité https://getlinker.app/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linker - Save. Group. Share.",
    "description": "All-in-one Bookmark and Snippets Manager",
    "homepage_url": "https:\/\/getlinker.app",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/mstile-70x70.png",
        "128": "icons\/mstile-150x150.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "cookies",
        "tabs",
        "contextMenus",
        "bookmarks",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "mode": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/getlinker.app\/*",
            "*:\/\/localhost\/*",
            "*:\/\/app.getlinker.app\/*"
        ],
        "accepts_tls_channel_id": false
    }
}