Auto Screenshot Translator Extension

Translate, Navigate and takes Screenshots.

Auto Screenshot Translator Extension क्या है?

Auto Screenshot Translator Extension https://g11n.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate, Navigate and takes Screenshots."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Screenshot Translator Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Screenshot Translator Extension Auto Screenshot Translator Extension
ID oeolbkmoecehmgmgfghkldlbngokdjhb
आधिकारिक URL https://chromewebstore.google.com/detail/auto-screenshot-translato/oeolbkmoecehmgmgfghkldlbngokdjhb
विवरण Translate, Navigate and takes Screenshots.
फ़ाइल का आकार 247 KB
स्थापना संख्या 1,253
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2021-04-06
प्रकाशन तिथि 2018-04-20
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर https://g11n.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}