Quotebacks - quote the web

Quote the web and manage your snippets.

Cos'è Quotebacks - quote the web?

Quotebacks - quote the web è un'estensione di Chrome sviluppata da https://quotebacks.net, e la sua funzione principale è "Quote the web and manage your snippets.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quotebacks - quote the web

Scarica i file di estensione Quotebacks - quote the web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quotebacks - quote the web Quotebacks - quote the web
ID makakhdegdcmmbbhepafcghpdkbemach
URL Ufficiale https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach
Descrizione Quote the web and manage your snippets.
Dimensione del File 429 KB
Conteggio Installazioni 2,000
Versione Corrente 1.1.4
Ultimo Aggiornamento 2022-01-22
Data di Pubblicazione 2020-06-30
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore https://quotebacks.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Blogger-Peer-Review/quotebacks
URL della Pagina di Aiuto https://github.com/Blogger-Peer-Review/quotebacks/issues
Lingue Supportate 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"
            }
        }
    }
}