Link Saver - Link Managment

Save and get quick access to your links

Wat is Link Saver - Link Managment?

Link Saver - Link Managment is een Chrome-extensie ontwikkeld door https://offerlevels.com, en de belangrijkste functie is "Save and get quick access to your links".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Link Saver - Link Managment

Download Link Saver - Link Managment-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

                        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.                    

Basisinformatie over de Extensie

Naam Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
Officiële URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
Beschrijving Save and get quick access to your links
Bestandsgrootte 166 KB
Aantal Installaties 110
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-03-18
Publicatiedatum 2020-12-13
Ontwikkelaar https://offerlevels.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://automatics.one/privacy
Ondersteunde Talen 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"
}