LatTab - Learn Latin Proverbs
Learn Latin proverbs - each time you open up a new tab.
LatTab - Learn Latin Proverbs란 무엇입니까?
LatTab - Learn Latin Proverbs은(는) JbenderCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn Latin proverbs - each time you open up a new tab."입니다.
확장 프로그램 스크린샷
LatTab - Learn Latin Proverbs 확장 프로그램 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. Version 1.2.0 * Minor styling changes * Added Roots as a secondary option
확장 프로그램 기본 정보
이름 | LatTab - Learn Latin Proverbs |
ID | eiocjaocpmackhbaffoejkcmnfbdpgpj |
공식 URL | https://chromewebstore.google.com/detail/lattab-learn-latin-prover/eiocjaocpmackhbaffoejkcmnfbdpgpj |
설명 | Learn Latin proverbs - each time you open up a new tab. |
파일 크기 | 146 KB |
설치 횟수 | 232 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2018-01-31 |
출시 날짜 | 2018-01-31 |
평점 | 4.00/5 총 10 개의 평점 |
개발자 | JbenderCode |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LatTab - Learn Latin Proverbs", "short_name": "LatTab", "version": "1.2.0", "description": "Learn Latin proverbs - each time you open up a new tab.", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "lib\/jquery-2.0.3.min.js" ] }, "icons": { "128": "logo.png" }, "permissions": [ "storage" ], "author": "Josh Bender - [email protected], Skylar Bolton - [email protected]" } |