さくっと、英単語

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

Wat is さくっと、英単語?

さくっと、英単語 is een Chrome-extensie ontwikkeld door 5a3i, en de belangrijkste functie is "Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie さくっと、英単語

Download さくっと、英単語-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        さくっと、英単語は英単語学習→知識定着化のためのアプリです!
・アプリは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 全体的なパフォーマンス改善、デスクトップ通知機能追加                    

Basisinformatie over de Extensie

Naam さくっと、英単語 さくっと、英単語
ID hcipdoldegppkmokjplojllooojnjkpb
Officiële 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
Beschrijving Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。
Bestandsgrootte 154 KB
Aantal Installaties 1,000
Huidige Versie 2.8
Laatst Bijgewerkt 2015-07-09
Publicatiedatum 2015-07-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 5a3i
Betalingswijze free
Extensiewebsite http://www.5a3i.com/
URL van de Privacybeleid Pagina https://housmart.co.jp/company/personal-information
Ondersteunde Talen 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"
}