Linker - Save. Group. Share.

All-in-one Bookmark and Snippets Manager

Cos'è Linker - Save. Group. Share.?

Linker - Save. Group. Share. è un'estensione di Chrome sviluppata da https://getlinker.app, e la sua funzione principale è "All-in-one Bookmark and Snippets Manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Linker - Save. Group. Share.

Scarica i file di estensione Linker - Save. Group. Share. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Linker - Save. Group. Share. Linker - Save. Group. Share.
ID higmpfakidjnhidefjieejmphpmlpbea
URL Ufficiale https://chromewebstore.google.com/detail/linker-save-group-share/higmpfakidjnhidefjieejmphpmlpbea
Descrizione All-in-one Bookmark and Snippets Manager
Dimensione del File 4.69 MB
Conteggio Installazioni 338
Versione Corrente 2.0
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2021-07-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://getlinker.app
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://getlinker.app
URL della Pagina di Aiuto https://getlinker.tawk.help/
URL della Pagina della Politica sulla Privacy https://getlinker.app/privacy-policy
Lingue Supportate 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
    }
}