さくっと、英単語

Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。

Hvad er さくっと、英単語?

さくっと、英単語 er en Chrome-udvidelse udviklet af 5a3i, og dens hovedfunktion er "Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download さくっと、英単語-udvidelses-CRX-fil

Download さくっと、英単語-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        さくっと、英単語は英単語学習→知識定着化のためのアプリです!
・アプリはWeblioを使った検索を記憶します。
・復習すべき時にアプリは対象の単語を表示してくれます。

復習タイミングは下記です。
・1度目:初めて単語を確認してから5時間後
・2度目:1度目の復習から1日後
・3度目:2度目の復習から1週間後
となるように設定されています。

メモリサイクルにしたがって英単語の知識を定着化させましょう!

+++++++++++++
更新履歴
+++++++++++++
2014/01/18 空白を含む検索の不具合を修正。(熟語検索など)
2014/01/28 メモリサイクルルール変更、学習中の単語数表示
2014/02/08 復習可能単語数のバッジ表示機能追加
2014/03/08 単語テストリンク追加
2014/04/06 削除機能追加
2014/08/14 削除機能不具合修正、アプリ名称、アイコン変更
2014/09/07 全体的なパフォーマンス改善、デスクトップ通知機能追加                    

Grundlæggende oplysninger om udvidelsen

Navn さくっと、英単語 さくっと、英単語
ID hcipdoldegppkmokjplojllooojnjkpb
Officiel URL https://chrome.google.com/webstore/detail/%E3%81%95%E3%81%8F%E3%81%A3%E3%81%A8%E3%80%81%E8%8B%B1%E5%8D%98%E8%AA%9E/hcipdoldegppkmokjplojllooojnjkpb
Beskrivelse Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。
Filstørrelse 154 KB
Antal Installationer 1,000
Nuværende Version 2.8
Senest Opdateret 2015-07-09
Udgivelsesdato 2015-07-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler 5a3i
Betalingsmetode free
Udvidelseswebsted http://www.5a3i.com/
URL til Fortrolighedspolitik Side https://housmart.co.jp/company/personal-information
Understøttede Sprog ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/enup_regist.js",
            "js\/enup_tabCreateAction.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "\u3055\u304f\u3063\u3068\u3001\u82f1\u5358\u8a9e"
    },
    "description": "Weblio\u3092\u4f7f\u3063\u305f\u82f1\u5358\u8a9e\u5b66\u7fd2\u30a2\u30d7\u30ea\u3067\u3059\u3002\u77e5\u8b58\u5b9a\u7740\u5316\u306e\u305f\u3081\u306b\u30a2\u30d7\u30ea\u306f\u5b9a\u671f\u7684\u306b\u5fa9\u7fd2\u3092\u4fc3\u3057\u3066\u304f\u308c\u307e\u3059\u3002",
    "icons": {
        "126": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "\u3055\u304f\u3063\u3068\u3001\u82f1\u5358\u8a9e",
    "permissions": [
        "tabs",
        "history",
        "notifications"
    ],
    "version": "2.8",
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "options_page": "option.html"
}