Link Saver - Link Managment

Save and get quick access to your links

Cos'è Link Saver - Link Managment?

Link Saver - Link Managment è un'estensione di Chrome sviluppata da https://offerlevels.com, e la sua funzione principale è "Save and get quick access to your links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Link Saver - Link Managment

Scarica i file di estensione Link Saver - Link Managment 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

                        Link Saver is a Link Management chrome extension that helps you to save and manage links. 

Get quick access to the links when you need it. 

Add Links and tag to categorize it so you have everything in place.                    

Informazioni di Base sull'Estensione

Nome Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
URL Ufficiale https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
Descrizione Save and get quick access to your links
Dimensione del File 166 KB
Conteggio Installazioni 110
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-18
Data di Pubblicazione 2020-12-13
Sviluppatore https://offerlevels.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://automatics.one/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and get quick access to your links",
    "version": "1.0.1",
    "name": "Link Saver - Link Managment ",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Link Saver"
}