Vocab Note

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

Was ist Vocab Note?

Vocab Note ist eine Chrome-Erweiterung, die von Maiko.M entwickelt wurde, und ihr Hauptmerkmal ist "It's your customizable vocabulary notebook. You can create your own vocabulary list.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Vocab Note-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vocab Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Vocab Note Vocab Note
ID obnmagkhjbjbolndeminbibodlfjnabp
Offizielle URL https://chromewebstore.google.com/detail/vocab-note/obnmagkhjbjbolndeminbibodlfjnabp
Beschreibung It's your customizable vocabulary notebook. You can create your own vocabulary list.
Dateigröße 45.59 KB
Installationsanzahl 368
Aktuelle Version 1.2.4
Letztes Update 2021-10-31
Veröffentlichungsdatum 2020-01-23
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Maiko.M
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}