言葉 の Tab

A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.

什麼是言葉 の Tab?

言葉 の Tab是由https://wkei.github.io/the-tab-of-words開發的Chrome擴展程式,該擴展的主要功能是“A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載言葉 の Tab擴展crx文件

下載言葉 の Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Japanese Study / 日本語勉強 / 日语学习 /  日語學習

Release Notes

- 1.0.0 Launched
- 1.1.0 Added Chrome Sync
- 1.2.0 Added font size setting
- 1.2.1 Supported Firefox
- 1.3.0
  + Add「日」/「夕」/「月」themes
  + Change likes to hides ( hiddens words will not appear anymore)
  + Fix words data manually...
- 1.3.1 Removed voice feature (still looking for a text2voice service)
- 1.3.2
  + Fixed bug in「帳」
  + Made font size bigger in "L"
- 1.3.3 Fixed font style
- 1.4.0
  + Fixed UI style
  + Added voice feature
- 1.5.0
  + Update Vue Framework
  + Fixed Firefox unsafe-eval warning
- 1.5.3
  + Rebuild new version                    

擴展基本資訊

名稱 言葉 の Tab 言葉 の Tab
ID lacmiiahoideajihiclkhmdkikkbjcnb
官方網址 https://chrome.google.com/webstore/detail/%E8%A8%80%E8%91%89-%E3%81%AE-tab/lacmiiahoideajihiclkhmdkikkbjcnb
簡介 A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
檔案大小 663 KB
安裝次數 1,000
目前版本 1.5.3
更新時間 2021-02-22
上架時間 2018-01-23
評分 4.59/5 共 27 次評分
開發者 https://wkei.github.io/the-tab-of-words
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://wkei.github.io/the-tab-of-words/
說明頁面URL https://wkei.github.io/the-tab-of-words/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8a00\u8449 \u306e Tab",
    "description": "A minimal Chrome \/ Firefox extension to help you learn Japanese words in each new tab.",
    "version": "1.5.3",
    "author": "Kei",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "applications": {
        "gecko": {
            "id": "{87cdf9d5-32e6-4adc-81e2-30ecd6953ad9}",
            "strict_min_version": "53.0"
        }
    }
}