Auto Screenshot Translator Extension

Translate, Navigate and takes Screenshots.

Cos'è Auto Screenshot Translator Extension?

Auto Screenshot Translator Extension è un'estensione di Chrome sviluppata da https://g11n.com, e la sua funzione principale è "Translate, Navigate and takes Screenshots.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Screenshot Translator Extension

Scarica i file di estensione Auto Screenshot Translator Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Screenshot Translator Extension Auto Screenshot Translator Extension
ID oeolbkmoecehmgmgfghkldlbngokdjhb
URL Ufficiale https://chromewebstore.google.com/detail/auto-screenshot-translato/oeolbkmoecehmgmgfghkldlbngokdjhb
Descrizione Translate, Navigate and takes Screenshots.
Dimensione del File 247 KB
Conteggio Installazioni 1,253
Versione Corrente 2.1.0
Ultimo Aggiornamento 2021-04-06
Data di Pubblicazione 2018-04-20
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://g11n.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}