Scroid — Smartcat on Steroids
An extension that adds additional features to your Smartcat account
Что такое Scroid — Smartcat on Steroids?
Scroid — Smartcat on Steroids - это расширение Chrome, разработанное Vova Zakharov, и его основная функция - "An extension that adds additional features to your Smartcat account".
Снимки экрана расширения
Скачать файл CRX расширения Scroid — Smartcat on Steroids
Скачайте файлы расширений Scroid — Smartcat on Steroids в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The initial version allows translators to see the number of words they’re left to translate from all customers. Make sure to open the extension from within your personal account on the required server: EU, US, or EA.
Основная информация о расширении
Название | Scroid — Smartcat on Steroids |
ID | plfckohjmfjkcfbmljgbjoncnmgfjgog |
Официальный URL | https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog |
Описание | An extension that adds additional features to your Smartcat account |
Размер файла | 823 KB |
Количество установок | 78 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2021-10-09 |
Дата публикации | 2021-10-09 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Vova Zakharov |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |