Irregular Verb Finder
Find forms of irregular verb you need
What is Irregular Verb Finder?
Irregular Verb Finder is a Chrome extension developed by Sergey Rastrigin, and its main feature is "Find forms of irregular verb you need".
Extension Screenshots
Download Irregular Verb Finder Extension CRX File
Download Irregular Verb Finder 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
Extension Basic Information
Name | |
ID | fkfjpifnklldcfkhcffdkabmpjcpnmmd |
Official URL | https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd |
Description | Find forms of irregular verb you need |
File Size | 1.27 MB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2016-07-19 |
Publish Date | 2016-07-19 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Sergey Rastrigin |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Irregular Verb Finder", "description": "Find forms of irregular verb you need", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "Irregular Verb Finder" }, "author": "Sergey Rastrigin", "options_page": "option.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |