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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |