Tenses
Tenses is an extension that provides verb tenses while browsing the web.
Vad är Tenses?
Tenses är en Chrome-tillägg utvecklad av extensions.thundersoft, och dess huvudfunktion är "Tenses is an extension that provides verb tenses while browsing the web.".
Tilläggsskärmbilder
Ladda ner Tenses-förlängningens CRX-fil
Ladda ner Tenses-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fgfpflagdmokamgiihgkapfeagfcoobi |
| Officiell webbadress | https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi |
| Beskrivning | Tenses is an extension that provides verb tenses while browsing the web. |
| Filstorlek | 163 KB |
| Antal Installationer | 62 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2023-03-04 |
| Publiceringsdatum | 2022-08-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | extensions.thundersoft |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
"*:\/\/*\/*"
]
}
]
} | |