Tenses
Tenses is an extension that provides verb tenses while browsing the web.
什么是Tenses?
Tenses是由extensions.thundersoft开发的Chrome扩展程序,该扩展的主要功能是“Tenses is an extension that provides verb tenses while browsing the web.”。
扩展截图
下载Tenses扩展crx文件
下载Tenses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tenses is an extension that provides verb tenses while browsing the web. Is recommended to install Google Translate extension to have a better translation experience. All donations are welcome and appreciated. https://paypal.me/eddortega1?country.x=MX&locale.x=es_XC 扩展基本信息
| 名称 | |
| ID | fgfpflagdmokamgiihgkapfeagfcoobi |
| 官方URL | https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi |
| 简介 | Tenses is an extension that provides verb tenses while browsing the web. |
| 文件大小 | 163 KB |
| 安装次数 | 62 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-03-04 |
| 上架时间 | 2022-08-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | extensions.thundersoft |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tenses",
"description": "Tenses is an extension that provides verb tenses while browsing the web.",
"version": "0.0.2",
"version_name": "0.0.2",
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"128": "\/images\/icon128.png"
}
},
"icons": {
"16": "\/images\/icon16.png",
"32": "\/images\/icon32.png",
"128": "\/images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"css\/tenses.css"
],
"js": [
"js\/content.js",
"js\/global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |