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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LatTab - Learn Latin Proverbs拡張機能のCRXファイルをダウンロード

LatTab - Learn Latin Proverbs拡張子のファイルを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. 

Version 1.2.0
* Minor styling changes
* Added Roots as a secondary option                    

拡張機能の基本情報

名前 LatTab - Learn Latin Proverbs 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
Eメール [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]"
}