Quotebacks - quote the web

Quote the web and manage your snippets.

¿Qué es Quotebacks - quote the web?

Quotebacks - quote the web es una extensión de Chrome desarrollada por https://quotebacks.net, y su función principal es "Quote the web and manage your snippets.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Quotebacks - quote the web

Descarga archivos de extensión Quotebacks - quote the web 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

                        Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components.                    

Información Básica de la Extensión

Nombre Quotebacks - quote the web Quotebacks - quote the web
ID makakhdegdcmmbbhepafcghpdkbemach
URL Oficial https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach
Descripción Quote the web and manage your snippets.
Tamaño del Archivo 429 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.1.4
Última Actualización 2022-01-22
Fecha de Publicación 2020-06-30
Calificación 3.50/5 Total de 6 Calificaciones
Desarrollador https://quotebacks.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Blogger-Peer-Review/quotebacks
URL de la Página de Ayuda https://github.com/Blogger-Peer-Review/quotebacks/issues
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotebacks - quote the web",
    "description": "Quote the web and manage your snippets.",
    "version": "1.1.4",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "styles\/styles.css",
        "images\/allquotes.png",
        "images\/editicon.svg",
        "quoteback-internal.js",
        "readability.js"
    ],
    "commands": {
        "open-popup": {
            "description": "Capture a quote from the web",
            "suggested_key": {
                "mac": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "default": "Ctrl+Shift+S"
            }
        },
        "alt-open": {
            "description": "Alternative quote capture for Firefox",
            "suggested_key": {
                "mac": "Alt+S",
                "windows": "Alt+S",
                "chromeos": "Alt+S",
                "default": "Alt+S"
            }
        }
    }
}