Spruce: Find quotes and lyrics

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

Qu'est-ce que Spruce: Find quotes and lyrics ?

Spruce: Find quotes and lyrics est une extension Chrome développée par Datamuse, et sa fonction principale est "Spruce is a powerful tool for exploring famous quotes related to your writing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spruce: Find quotes and lyrics

Téléchargez les fichiers d'extension Spruce: Find quotes and lyrics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Spruce: Find quotes and lyrics Spruce: Find quotes and lyrics
ID mjhikdbndcnackjhokmdcohhnmkenbck
URL Officiel https://chromewebstore.google.com/detail/spruce-find-quotes-and-ly/mjhikdbndcnackjhokmdcohhnmkenbck
Description Spruce is a powerful tool for exploring famous quotes related to your writing.
Taille du Fichier 13.18 MB
Nombre d'Installations 359
Version Actuelle 0.4
Dernière Mise à Jour 2020-12-25
Date de Publication 2020-10-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Datamuse
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.onelook.com/spruce
URL de la Page d'Aide https://www.onelook.com/?c=about&sel=spruce#feedback
URL de la Page de Politique de Confidentialité https://onelook.com/about.shtml
Langues Prises en Charge 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"
        ]
    }
}