Linker - Save. Group. Share.

All-in-one Bookmark and Snippets Manager

Wat is Linker - Save. Group. Share.?

Linker - Save. Group. Share. is een Chrome-extensie ontwikkeld door https://getlinker.app, en de belangrijkste functie is "All-in-one Bookmark and Snippets Manager".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Linker - Save. Group. Share.

Download Linker - Save. Group. Share.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linker - Save. Group. Share. Linker - Save. Group. Share.
ID higmpfakidjnhidefjieejmphpmlpbea
Officiële URL https://chromewebstore.google.com/detail/linker-save-group-share/higmpfakidjnhidefjieejmphpmlpbea
Beschrijving All-in-one Bookmark and Snippets Manager
Bestandsgrootte 4.69 MB
Aantal Installaties 338
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2021-07-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://getlinker.app
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://getlinker.app
Help Pagina-URL https://getlinker.tawk.help/
URL van de Privacybeleid Pagina https://getlinker.app/privacy-policy
Ondersteunde Talen 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
    }
}