Scroid — Smartcat on Steroids

An extension that adds additional features to your Smartcat account

Co to jest Scroid — Smartcat on Steroids?

Scroid — Smartcat on Steroids to rozszerzenie Chrome opracowane przez Vova Zakharov, a jego główną funkcją jest „An extension that adds additional features to your Smartcat account”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scroid — Smartcat on Steroids

Pobierz pliki rozszerzeń Scroid — Smartcat on Steroids w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scroid — Smartcat on Steroids Scroid — Smartcat on Steroids
ID plfckohjmfjkcfbmljgbjoncnmgfjgog
Oficjalny URL https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog
Opis An extension that adds additional features to your Smartcat account
Rozmiar pliku 823 KB
Liczba instalacji 78
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2021-10-09
Data Publikacji 2021-10-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Vova Zakharov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}