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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}