MTA extension
Show data in table
什么是MTA extension?
MTA extension是由KASZA Zsolt开发的Chrome扩展程序,该扩展的主要功能是“Show data in table”。
扩展截图
下载MTA extension扩展crx文件
下载MTA extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dcpjnhcklhcmkdfpkjmoeadfakmhkcgj |
官方URL | https://chromewebstore.google.com/detail/mta-extension/dcpjnhcklhcmkdfpkjmoeadfakmhkcgj |
简介 | Show data in table |
文件大小 | 12.91 KB |
安装次数 | 146 |
当前版本 | 0.0.0.6 |
更新时间 | 2022-04-21 |
上架时间 | 2021-06-10 |
评分 | 5.00/5 共1次评分 |
开发者 | KASZA Zsolt |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |