URL SAVER

This extension saves the pages where you at

Qu'est-ce que URL SAVER ?

URL SAVER est une extension Chrome développée par https://mrluissan.ninja, et sa fonction principale est "This extension saves the pages where you at".

Télécharger le fichier CRX de l'extension URL SAVER

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

                        With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there.
You are also able to bind a shortcut to save the pages and also open the extension.

I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.                    

Informations de Base sur l'Extension

Nom URL SAVER URL SAVER
ID ipafapbbcgjnehnjgmlgjmclofgkffjc
URL Officiel https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc
Description This extension saves the pages where you at
Taille du Fichier 713 KB
Nombre d'Installations 56
Version Actuelle 2
Dernière Mise à Jour 2017-07-05
Date de Publication 2017-07-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mrluissan.ninja
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL SAVER",
    "description": "This extension saves the pages where you at ",
    "version": "2",
    "author": "Luis Adame Rodr\u00edguez - @mrluissan",
    "homepage_url": "https:\/\/mrluissan.ninja",
    "commands": {
        "saveTab": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "Command+Q"
            },
            "description": "Saves the url"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ]
}