MTA extension
Show data in table
Qu'est-ce que MTA extension ?
MTA extension est une extension Chrome développée par KASZA Zsolt, et sa fonction principale est "Show data in table".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MTA extension
Téléchargez les fichiers d'extension MTA extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dcpjnhcklhcmkdfpkjmoeadfakmhkcgj |
URL Officiel | https://chromewebstore.google.com/detail/mta-extension/dcpjnhcklhcmkdfpkjmoeadfakmhkcgj |
Description | Show data in table |
Taille du Fichier | 12.91 KB |
Nombre d'Installations | 146 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2022-04-21 |
Date de Publication | 2021-06-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | KASZA Zsolt |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |