URL SAVER

This extension saves the pages where you at

¿Qué es URL SAVER?

URL SAVER es una extensión de Chrome desarrollada por https://mrluissan.ninja, y su función principal es "This extension saves the pages where you at".

Descargar Archivo CRX de la Extensión URL SAVER

Descarga archivos de extensión URL SAVER en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre URL SAVER URL SAVER
ID ipafapbbcgjnehnjgmlgjmclofgkffjc
URL Oficial https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc
Descripción This extension saves the pages where you at
Tamaño del Archivo 713 KB
Cantidad de Instalaciones 56
Versión Actual 2
Última Actualización 2017-07-05
Fecha de Publicación 2017-07-04
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://mrluissan.ninja
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}