LatTab 2.0 - Latin proverbs and root words
Learn Latin - each time you open up a new tab
LatTab 2.0 - Latin proverbs and root words란 무엇입니까?
LatTab 2.0 - Latin proverbs and root words은(는) Shadoath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn Latin - each time you open up a new tab"입니다.
확장 프로그램 스크린샷
LatTab 2.0 - Latin proverbs and root words 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace your new tab page with a page that will teach you the English meaning behind Latin proverbs. Latin is the root of many languages and this extension was built as a fun project to share some of that ancient wisdom, and insight with everyone. Choose between learning the root words or learning proverbs. Version 2.0 - Search in English or Latin - Favorite a proverb or Latin root - Counts how often you have seen it
확장 프로그램 기본 정보
이름 | LatTab 2.0 - Latin proverbs and root words |
ID | lnbjfdfjlppgedgfbplminickpldmcin |
공식 URL | https://chromewebstore.google.com/detail/lattab-20-latin-proverbs/lnbjfdfjlppgedgfbplminickpldmcin |
설명 | Learn Latin - each time you open up a new tab |
파일 크기 | 208 KB |
설치 횟수 | 24 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2022-12-06 |
출시 날짜 | 2020-03-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Shadoath |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/shadoath/lat-tab |
도움말 페이지 URL | https://github.com/shadoath/lat-tab |
개인정보 보호 정책 페이지 URL | https://skyfoxstudios.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LatTab 2.0 - Latin proverbs and root words", "short_name": "LatTab", "version": "2.3.0", "description": "Learn Latin - each time you open up a new tab", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "icons": { "128": "images\/logo2.png" }, "action": { "default_icon": "images\/logo2.png", "default_popup": "options.html" }, "permissions": [ "storage" ], "author": "Skylar Bolton - [email protected], Josh Bender" } |