Auto Screenshot Translator Extension

Translate, Navigate and takes Screenshots.

Was ist Auto Screenshot Translator Extension?

Auto Screenshot Translator Extension ist eine Chrome-Erweiterung, die von https://g11n.com entwickelt wurde, und ihr Hauptmerkmal ist "Translate, Navigate and takes Screenshots.".

Erweiterungsscreenshots

screenshot

Auto Screenshot Translator Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Screenshot Translator Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Navigate, Translate and Screenshots. Screen capture for a full page, translate, navigate to next page, organize all the screenshots and download with one-click.

Usage Instructions:
Right-click the AST icon on the browser to manage your translation options: Provide URLs, target languages and AST key in the options page and save the configuration.

To buy an API Key, please email [email protected].

HUMAN TRANSLATIONS
If the quality of machine translation does not fit your requirement and you would like to recreate your web pages from your translations database or order professional translations by native-speaking translators, 

Please visit http://www.g11n.com/Home/RequestQuote

INTERNET CONNECTION:
Please note that AST requires the Internet connection to translate.                    

Grundlegende Informationen zur Erweiterung

Name Auto Screenshot Translator Extension Auto Screenshot Translator Extension
ID oeolbkmoecehmgmgfghkldlbngokdjhb
Offizielle URL https://chromewebstore.google.com/detail/auto-screenshot-translato/oeolbkmoecehmgmgfghkldlbngokdjhb
Beschreibung Translate, Navigate and takes Screenshots.
Dateigröße 247 KB
Installationsanzahl 1,253
Aktuelle Version 2.1.0
Letztes Update 2021-04-06
Veröffentlichungsdatum 2018-04-20
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler https://g11n.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Screenshot Translator Extension",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Translate, Navigate and takes Screenshots.",
    "icons": {
        "16": "images\/favicon.ico"
    },
    "options_page": "ASTOptions.html",
    "background": {
        "scripts": [
            "js\/background\/jquery-1.11.0.min.js",
            "js\/background\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        ""
    ],
    "commands": {
        "escapeseq": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Escape current UI."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8080\/Globalyst\/*",
                "http:\/\/*.globalystdev.g11n.com\/Globalyst\/*",
                "http:\/\/globalystdemo.g11n.com\/Globalyst\/*",
                "http:\/\/stage-globalyst.g11n.com\/Globalyst\/*",
                "http:\/\/globalyst.g11n.com\/Globalyst\/*",
                "http:\/\/globalystdev.zaxistech.com\/Globalyst\/*",
                "http:\/\/192.168.0.243\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/background\/jquery-1.11.0.min.js",
                "js\/background\/jquery.blockUI.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/background\/jquery-1.11.0.min.js",
                "js\/background\/jquery.blockUI.js",
                "js\/content\/content_script.js",
                "js\/content\/text.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "images\/favicon.png"
        }
    }
}