Auto Screenshot Translator Extension

Translate, Navigate and takes Screenshots.

Hvad er Auto Screenshot Translator Extension?

Auto Screenshot Translator Extension er en Chrome-udvidelse udviklet af https://g11n.com, og dens hovedfunktion er "Translate, Navigate and takes Screenshots.".

Udvidelsesskærmbilleder

screenshot

Download Auto Screenshot Translator Extension-udvidelses-CRX-fil

Download Auto Screenshot Translator Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Screenshot Translator Extension Auto Screenshot Translator Extension
ID oeolbkmoecehmgmgfghkldlbngokdjhb
Officiel URL https://chromewebstore.google.com/detail/auto-screenshot-translato/oeolbkmoecehmgmgfghkldlbngokdjhb
Beskrivelse Translate, Navigate and takes Screenshots.
Filstørrelse 247 KB
Antal Installationer 1,253
Nuværende Version 2.1.0
Senest Opdateret 2021-04-06
Udgivelsesdato 2018-04-20
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler https://g11n.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}