MTA extension

Show data in table

What is MTA extension?

MTA extension is a Chrome extension developed by KASZA Zsolt, and its main feature is "Show data in table".

Extension Screenshots

screenshot

Download MTA extension Extension CRX File

Download MTA extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Megjeleníti a kördiagram alatt táblázatban és kimásolható módon az adatokat a mytrueancestry.com-on az "Ancient Sample Breakdown" lapon. 

A legújabb verzió a Deep Dive-t is meg tudja jeleníteni táblázatban.                    

Extension Basic Information

Name MTA extension MTA extension
ID dcpjnhcklhcmkdfpkjmoeadfakmhkcgj
Official URL https://chromewebstore.google.com/detail/mta-extension/dcpjnhcklhcmkdfpkjmoeadfakmhkcgj
Description Show data in table
File Size 12.91 KB
Installation Count 146
Current Version 0.0.0.6
Last Updated 2022-04-21
Publish Date 2021-06-10
Rating 5.00/5 Total 1 Ratings
Developer KASZA Zsolt
Email [email protected]
Payment Type free
Supported Languages hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon_128.png"
    },
    "name": "MTA extension",
    "description": "Show data in table",
    "version": "0.0.0.6",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mytrueancestry.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}