Link Saver - Link Managment

Save and get quick access to your links

Qu'est-ce que Link Saver - Link Managment ?

Link Saver - Link Managment est une extension Chrome développée par https://offerlevels.com, et sa fonction principale est "Save and get quick access to your links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Saver - Link Managment

Téléchargez les fichiers d'extension Link Saver - Link Managment 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

                        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.                    

Informations de Base sur l'Extension

Nom Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
URL Officiel https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
Description Save and get quick access to your links
Taille du Fichier 166 KB
Nombre d'Installations 110
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-03-18
Date de Publication 2020-12-13
Développeur https://offerlevels.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://automatics.one/privacy
Langues Prises en Charge 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"
}