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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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'"
}