Spruce: Find quotes and lyrics

Spruce is a powerful tool for exploring famous quotes related to your writing.

Cos'è Spruce: Find quotes and lyrics?

Spruce: Find quotes and lyrics è un'estensione di Chrome sviluppata da Datamuse, e la sua funzione principale è "Spruce is a powerful tool for exploring famous quotes related to your writing.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spruce: Find quotes and lyrics

Scarica i file di estensione Spruce: Find quotes and lyrics 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

                        Spruce is a search engine for finding inspiring sentences. Tell Spruce about something you've read or written and it will find quotations or lyrics that are related to the subject matter, sometimes in surprising and subtle ways. Spruce gives you a diverse set of perspectives on your text that you can cite in your work or reflect upon in your brainstorming.

Spruce is a free service from Datamuse, created by Jonah Fried and Doug Beeferman.                    

Informazioni di Base sull'Estensione

Nome Spruce: Find quotes and lyrics Spruce: Find quotes and lyrics
ID mjhikdbndcnackjhokmdcohhnmkenbck
URL Ufficiale https://chromewebstore.google.com/detail/spruce-find-quotes-and-ly/mjhikdbndcnackjhokmdcohhnmkenbck
Descrizione Spruce is a powerful tool for exploring famous quotes related to your writing.
Dimensione del File 13.18 MB
Conteggio Installazioni 359
Versione Corrente 0.4
Ultimo Aggiornamento 2020-12-25
Data di Pubblicazione 2020-10-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Datamuse
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.onelook.com/spruce
URL della Pagina di Aiuto https://www.onelook.com/?c=about&sel=spruce#feedback
URL della Pagina della Politica sulla Privacy https://onelook.com/about.shtml
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spruce: Find quotes and lyrics",
    "description": "Spruce is a powerful tool for exploring famous quotes related to your writing.",
    "version": "0.4",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html?source=extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}