Link Saver

Save and manage links

Qu'est-ce que Link Saver ?

Link Saver est une extension Chrome développée par louis.lim.ying.wei, et sa fonction principale est "Save and manage links".

Captures d'Écran de l'Extension

screenshot

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

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

                        Simple app which saves links by opening on the context menu (right-clicking on links) and clicking on the extension option. This app stores all links which is visible in the extension popup, and you can export them into a file. Once done with the links, you have an option to delete all saved links.                    

Informations de Base sur l'Extension

Nom Link Saver Link Saver
ID oidgppajkkafcmihodcoajbjfkjbkeon
URL Officiel https://chrome.google.com/webstore/detail/link-saver/oidgppajkkafcmihodcoajbjfkjbkeon
Description Save and manage links
Taille du Fichier 209 KB
Nombre d'Installations 49
Version Actuelle 1.1
Dernière Mise à Jour 2019-02-23
Date de Publication 2019-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur louis.lim.ying.wei
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Saver",
    "version": "1.1",
    "description": "Save and manage links",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/link-saver-16.png",
            "32": "images\/link-saver-32.png",
            "48": "images\/link-saver-48.png",
            "128": "images\/link-saver-128.png"
        }
    },
    "icons": {
        "16": "images\/link-saver-16.png",
        "32": "images\/link-saver-32.png",
        "48": "images\/link-saver-48.png",
        "128": "images\/link-saver-128.png"
    }
}