Tenses
Tenses is an extension that provides verb tenses while browsing the web.
What is Tenses?
Tenses is a Chrome extension developed by extensions.thundersoft, and its main feature is "Tenses is an extension that provides verb tenses while browsing the web.".
Extension Screenshots
Download Tenses Extension CRX File
Download Tenses 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
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
Extension Basic Information
Name | Tenses |
ID | fgfpflagdmokamgiihgkapfeagfcoobi |
Official URL | https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi |
Description | Tenses is an extension that provides verb tenses while browsing the web. |
File Size | 163 KB |
Installation Count | 62 |
Current Version | 0.0.2 |
Last Updated | 2023-03-04 |
Publish Date | 2022-08-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | extensions.thundersoft |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |