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ファイルをダウンロード
LatTab 2.0 - Latin proverbs and root words拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |