Wordy
Wordy, random Japanese grammar in your new tab.
What is Wordy?
Wordy is a Chrome extension developed by https://girai.dev, and its main feature is "Wordy, random Japanese grammar in your new tab.".
Extension Screenshots
Download Wordy Extension CRX File
Download Wordy 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
Note: You can change the JLPT grammar level (N3 by default) in the option page.
Extension Basic Information
Name | Wordy |
ID | hjajgmjmpakdcolofjeebmaefelhfnlk |
Official URL | https://chromewebstore.google.com/detail/wordy/hjajgmjmpakdcolofjeebmaefelhfnlk |
Description | Wordy, random Japanese grammar in your new tab. |
File Size | 1.08 MB |
Installation Count | 47 |
Current Version | 0.2.1 |
Last Updated | 2019-06-28 |
Publish Date | 2019-06-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://girai.dev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordy", "version": "0.2.1", "description": "Wordy, random Japanese grammar in your new tab.", "icons": { "128": "icon128.png" }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "permissions": [ "storage" ] } |