Logophile

Learn new words as you surf the web

Logophileとは何ですか?

Logophileはryguyによって開発されたChromeの拡張機能で、その主な機能は「Learn new words as you surf the web」です。

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

screenshot

Logophile拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Logophile transforms new tabs into flashcards to help you learn words and expand your vocabulary. You can use one of Logophile's 3 included word lists, or add words of your own. 

Each time you open a new tab, Logophile will select a new word from your list and display it on the screen. You can then click on the screen to reveal the definition and an example sentence (if available), then mark the word as 'Learned' once you've mastered it. You can add words manually in bulk, add them from a webpage you're reading, or from your Kindle. 

Pick and choose from 20 different color options to spruce up your new tab, and expand your vocabulary at the same time!                    

拡張機能の基本情報

名前 Logophile Logophile
ID bkoeglnnidiebhahjmlodfakgfnhekmm
公式URL https://chromewebstore.google.com/detail/logophile/bkoeglnnidiebhahjmlodfakgfnhekmm
説明 Learn new words as you surf the web
ファイルサイズ 192 KB
インストール数 317
現在のバージョン 1.5.5
最終更新日 2021-04-17
公開日 2020-04-27
評価 4.63/5 合計 8 レビュー
開発者 ryguy
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://docs.google.com/forms/d/e/1FAIpQLScbrrAuPh79VbTvfp6WfZ4NS7kfeYh8nayHIXM75i9A2nUP4w/viewform
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logophile",
    "version": "1.5.5",
    "description": "Learn new words as you surf the web",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "identity.email",
        "identity",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon16.png",
            "32": "images\/favicon32.png"
        },
        "default_title": "Logophile"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}