Irregular Verb Finder
Find forms of irregular verb you need
什么是Irregular Verb Finder?
Irregular Verb Finder是由Sergey Rastrigin开发的Chrome扩展程序,该扩展的主要功能是“Find forms of irregular verb you need”。
扩展截图
下载Irregular Verb Finder扩展crx文件
下载Irregular Verb Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fkfjpifnklldcfkhcffdkabmpjcpnmmd |
官方URL | https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd |
简介 | Find forms of irregular verb you need |
文件大小 | 1.27 MB |
安装次数 | 121 |
当前版本 | 1.0 |
更新时间 | 2016-07-19 |
上架时间 | 2016-07-19 |
评分 | 2.00/5 共4次评分 |
开发者 | Sergey Rastrigin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |