さくっと、英単語
Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。
What is さくっと、英単語?
さくっと、英単語 is a Chrome extension developed by 5a3i, and its main feature is "Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。".
Extension Screenshots
Download さくっと、英単語 Extension CRX File
Download さくっと、英単語 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
さくっと、英単語は英単語学習→知識定着化のためのアプリです! ・アプリは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 全体的なパフォーマンス改善、デスクトップ通知機能追加
Extension Basic Information
Name | |
ID | hcipdoldegppkmokjplojllooojnjkpb |
Official 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 |
Description | Weblioを使った英単語学習アプリです。知識定着化のためにアプリは定期的に復習を促してくれます。 |
File Size | 154 KB |
Installation Count | 1,000 |
Current Version | 2.8 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 5a3i |
Payment Type | free |
Extension Website | http://www.5a3i.com/ |
Privacy Policy Page URL | https://housmart.co.jp/company/personal-information |
Supported Languages | 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" } |