Quotebacks - quote the web

Quote the web and manage your snippets.

O que é Quotebacks - quote the web?

Quotebacks - quote the web é uma extensão do Chrome desenvolvida por https://quotebacks.net, e sua principal característica é "Quote the web and manage your snippets.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Quotebacks - quote the web

Baixe arquivos de extensão Quotebacks - quote the web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Quotebacks - quote the web Quotebacks - quote the web
ID makakhdegdcmmbbhepafcghpdkbemach
URL Oficial https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach
Descrição Quote the web and manage your snippets.
Tamanho do Arquivo 429 KB
Contagem de Instalações 2,000
Versão Atual 1.1.4
Última Atualização 2022-01-22
Data de Publicação 2020-06-30
Classificação 3.50/5 Total de 6 Avaliações
Desenvolvedor https://quotebacks.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Blogger-Peer-Review/quotebacks
URL da Página de Ajuda https://github.com/Blogger-Peer-Review/quotebacks/issues
Idiomas Suportados 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"
            }
        }
    }
}