言葉 の Tab
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
言葉 の Tab란 무엇입니까?
言葉 の Tab은(는) https://wkei.github.io/the-tab-of-words에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab."입니다.
확장 프로그램 스크린샷
言葉 の Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Japanese Study / 日本語勉強 / 日语学习 / 日語學習 Release Notes - 1.0.0 Launched - 1.1.0 Added Chrome Sync - 1.2.0 Added font size setting - 1.2.1 Supported Firefox - 1.3.0 + Add「日」/「夕」/「月」themes + Change likes to hides ( hiddens words will not appear anymore) + Fix words data manually... - 1.3.1 Removed voice feature (still looking for a text2voice service) - 1.3.2 + Fixed bug in「帳」 + Made font size bigger in "L" - 1.3.3 Fixed font style - 1.4.0 + Fixed UI style + Added voice feature - 1.5.0 + Update Vue Framework + Fixed Firefox unsafe-eval warning - 1.5.3 + Rebuild new version
확장 프로그램 기본 정보
이름 | |
ID | lacmiiahoideajihiclkhmdkikkbjcnb |
공식 URL | https://chrome.google.com/webstore/detail/%E8%A8%80%E8%91%89-%E3%81%AE-tab/lacmiiahoideajihiclkhmdkikkbjcnb |
설명 | A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab. |
파일 크기 | 663 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.5.3 |
최근 업데이트 | 2021-02-22 |
출시 날짜 | 2018-01-23 |
평점 | 4.59/5 총 27 개의 평점 |
개발자 | https://wkei.github.io/the-tab-of-words |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://wkei.github.io/the-tab-of-words/ |
도움말 페이지 URL | https://wkei.github.io/the-tab-of-words/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8a00\u8449 \u306e Tab", "description": "A minimal Chrome \/ Firefox extension to help you learn Japanese words in each new tab.", "version": "1.5.3", "author": "Kei", "chrome_url_overrides": { "newtab": "app\/index.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "applications": { "gecko": { "id": "{87cdf9d5-32e6-4adc-81e2-30ecd6953ad9}", "strict_min_version": "53.0" } } } |