Scroid — Smartcat on Steroids

An extension that adds additional features to your Smartcat account

Qu'est-ce que Scroid — Smartcat on Steroids ?

Scroid — Smartcat on Steroids est une extension Chrome développée par Vova Zakharov, et sa fonction principale est "An extension that adds additional features to your Smartcat account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scroid — Smartcat on Steroids

Téléchargez les fichiers d'extension Scroid — Smartcat on Steroids au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Scroid — Smartcat on Steroids Scroid — Smartcat on Steroids
ID plfckohjmfjkcfbmljgbjoncnmgfjgog
URL Officiel https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog
Description An extension that adds additional features to your Smartcat account
Taille du Fichier 823 KB
Nombre d'Installations 78
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-10-09
Date de Publication 2021-10-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Vova Zakharov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}