Tenses
Tenses is an extension that provides verb tenses while browsing the web.
Co je Tenses?
Tenses je rozšíření Chrome vyvinuté extensions.thundersoft, a jeho hlavní funkcí je „Tenses is an extension that provides verb tenses while browsing the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tenses
Stáhněte si soubory rozšíření Tenses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Tenses |
ID | fgfpflagdmokamgiihgkapfeagfcoobi |
Oficiální URL | https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi |
Popis | Tenses is an extension that provides verb tenses while browsing the web. |
Velikost souboru | 163 KB |
Počet instalací | 62 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2023-03-04 |
Datum Vydání | 2022-08-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | extensions.thundersoft |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ "*:\/\/*\/*" ] } ] } |