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文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | eiocjaocpmackhbaffoejkcmnfbdpgpj | 
| 官方網址 | 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]"
}  |  |