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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |