Qvotr

Save and share quotes from around the web with a single click.

¿Qué es Qvotr?

Qvotr es una extensión de Chrome desarrollada por http://qvotr.com, y su función principal es "Save and share quotes from around the web with a single click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Qvotr

Descarga archivos de extensión Qvotr 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

                        Save text from any website by selecting text on the page and clicking the Qvotr chrome extention.

With a single click, the quote is saved to your collection on qvotr.com.

You can view all your saved quotes on qvotr.com and discover new quotes from other users.                    

Información Básica de la Extensión

Nombre Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
URL Oficial https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
Descripción Save and share quotes from around the web with a single click.
Tamaño del Archivo 64.08 KB
Cantidad de Instalaciones 136
Versión Actual 0.3.6
Última Actualización 2019-06-09
Fecha de Publicación 2019-06-09
Calificación 3.20/5 Total de 15 Calificaciones
Desarrollador http://qvotr.com
Tipo de Pago free
Sitio Web de la Extensión https://www.qvotr.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qvotr",
    "version": "0.3.6",
    "description": "Save and share quotes from around the web with a single click.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Qvotr",
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery-2.1.1.min.js",
                "typeahead.bundle.min.js",
                "tagmanager.js",
                "contentScript.js"
            ],
            "css": [
                "extension.css",
                "tagmanager.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "https:\/\/www.qvotr.com\/"
    ],
    "web_accessible_resources": [
        "images\/close-modal.png",
        "images\/success.png"
    ]
}