Auto Screenshot Translator Extension

Translate, Navigate and takes Screenshots.

Apa itu Auto Screenshot Translator Extension?

Auto Screenshot Translator Extension adalah ekstensi Chrome yang dikembangkan oleh https://g11n.com, dan fitur utamanya adalah "Translate, Navigate and takes Screenshots.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Screenshot Translator Extension

Unduh file ekstensi Auto Screenshot Translator Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Auto Screenshot Translator Extension Auto Screenshot Translator Extension
ID oeolbkmoecehmgmgfghkldlbngokdjhb
URL Resmi https://chromewebstore.google.com/detail/auto-screenshot-translato/oeolbkmoecehmgmgfghkldlbngokdjhb
Deskripsi Translate, Navigate and takes Screenshots.
Ukuran File 247 KB
Jumlah Instalasi 1,253
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2021-04-06
Tanggal Publikasi 2018-04-20
Penilaian 3.00/5 Total 1 Penilaian
Pengembang https://g11n.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}