Vocab Note

It's your customizable vocabulary notebook. You can create your own vocabulary list.

什麼是Vocab Note?

Vocab Note是由Maiko.M開發的Chrome擴展程式,該擴展的主要功能是“It's your customizable vocabulary notebook. You can create your own vocabulary list.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Vocab Note擴展crx文件

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

擴展使用說明

                        Vocabulary Notebook is simple and creative memo for your Chrome browser. 

What you can do

- Create tabs
- Create categories
- Sort vocabularies by categories
- Edit vocabularies
- Edit Categories

単語を調べながらブラウジングしていると、

・単語のページのお陰で、あっという間にタブがいっぱいになってしまった...
・単語をもう一度見たいと思ったけれど、タブを消してしまったから、また一から調べないと...

と、手間に感じたことはありませんか?

 Vocab Noteは、Chromeブラウザで気軽に利用できる、クリエイティブな単語帳メモです。

できること:

・タブの作成
・カテゴリの作成
・カテゴリ別で、登録したメモを観覧
・追加したメモの編集
・カテゴリ名の変更

自由度が高い、単語のみならずお好きなジャンルのメモとしてもご利用いただけます。


UPDATED 06/08/2020
Fixed a bug : enabled to open edit/delete modal                    

擴展基本資訊

名稱 Vocab Note Vocab Note
ID obnmagkhjbjbolndeminbibodlfjnabp
官方網址 https://chromewebstore.google.com/detail/vocab-note/obnmagkhjbjbolndeminbibodlfjnabp
簡介 It's your customizable vocabulary notebook. You can create your own vocabulary list.
檔案大小 45.59 KB
安裝次數 368
目前版本 1.2.4
更新時間 2021-10-31
上架時間 2020-01-23
評分 3.00/5 共 2 次評分
開發者 Maiko.M
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocab Note",
    "description": "It's your customizable vocabulary notebook. You can create your own vocabulary list.",
    "author": "Maiko Miyazaki",
    "version": "1.2.4",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Vocab Note",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "vocabnote_16.png",
        "48": "vocabnote_48.png",
        "128": "vocabnote_128.png"
    },
    "permissions": [
        "storage"
    ]
}