Spruce: Find quotes and lyrics

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

Spruce: Find quotes and lyricsとは何ですか?

Spruce: Find quotes and lyricsはDatamuseによって開発されたChromeの拡張機能で、その主な機能は「Spruce is a powerful tool for exploring famous quotes related to your writing.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Spruce: Find quotes and lyrics拡張機能のCRXファイルをダウンロード

Spruce: Find quotes and lyrics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Spruce: Find quotes and lyrics Spruce: Find quotes and lyrics
ID mjhikdbndcnackjhokmdcohhnmkenbck
公式URL https://chromewebstore.google.com/detail/spruce-find-quotes-and-ly/mjhikdbndcnackjhokmdcohhnmkenbck
説明 Spruce is a powerful tool for exploring famous quotes related to your writing.
ファイルサイズ 13.18 MB
インストール数 359
現在のバージョン 0.4
最終更新日 2020-12-25
公開日 2020-10-28
評価 5.00/5 合計 1 レビュー
開発者 Datamuse
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.onelook.com/spruce
ヘルプページのURL https://www.onelook.com/?c=about&sel=spruce#feedback
プライバシーポリシーページのURL https://onelook.com/about.shtml
対応言語 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"
        ]
    }
}