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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |