Ledger Live Extension on Web
The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.
什么是Ledger Live Extension on Web?
Ledger Live Extension on Web是由Extensions by Jim开发的Chrome扩展程序,该扩展的主要功能是“The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.”。
扩展截图
下载Ledger Live Extension on Web扩展crx文件
下载Ledger Live Extension on Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
with this simple extension you can turn your math equations into modern images. you can download the images. you can share the images. this extension helps you study.
扩展基本信息
名称 | |
ID | mhpibgkjifdcjggogpjagajhabfknhdp |
官方URL | https://chromewebstore.google.com/detail/ledger-live-extension-on/mhpibgkjifdcjggogpjagajhabfknhdp |
简介 | The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images. |
文件大小 | 37.59 KB |
安装次数 | 501 |
当前版本 | 2 |
更新时间 | 2023-06-28 |
上架时间 | 2023-06-23 |
评分 | 1.00/5 共1次评分 |
开发者 | Extensions by Jim |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_popup": "popup.html" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "The Extension Ledger Live on Web is a user-friendly extension that allows you to transform your compound math equations into images.", "icons": { "128": "icon-128.png" }, "manifest_version": 3, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "name": "Ledger Live Extension on Web", "offline_enabled": true, "version": "2", "homepage_url": "https:\/\/extension.network\/ledger" } |