Scroid — Smartcat on Steroids

An extension that adds additional features to your Smartcat account

Scroid — Smartcat on Steroidsとは何ですか?

Scroid — Smartcat on SteroidsはVova Zakharovによって開発されたChromeの拡張機能で、その主な機能は「An extension that adds additional features to your Smartcat account」です。

拡張機能のスクリーンショット

screenshot

Scroid — Smartcat on Steroids拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}