Scroid — Smartcat on Steroids
An extension that adds additional features to your Smartcat account
Scroid — Smartcat on Steroids là gì?
Scroid — Smartcat on Steroids là một tiện ích mở rộng Chrome được phát triển bởi Vova Zakharov, và tính năng chính của nó là "An extension that adds additional features to your Smartcat account".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scroid — Smartcat on Steroids
Tải xuống các tệp mở rộng Scroid — Smartcat on Steroids dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scroid — Smartcat on Steroids |
ID | plfckohjmfjkcfbmljgbjoncnmgfjgog |
URL Chính Thức | https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog |
Mô tả | An extension that adds additional features to your Smartcat account |
Kích Thước Tệp | 823 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-10-09 |
Ngày Phát Hành | 2021-10-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Vova Zakharov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |