anki-newword
一個在瀏覽器上快速紀錄生字到anki的工具。
Was ist anki-newword?
anki-newword ist eine Chrome-Erweiterung, die von j2160204 entwickelt wurde, und ihr Hauptmerkmal ist "一個在瀏覽器上快速紀錄生字到anki的工具。".
Erweiterungsscreenshots
anki-newword-Erweiterungs-CRX-Datei herunterladen
Laden Sie anki-newword-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
## 使用方式 1. 框選生字。 2. 於被框選的文字上右鍵點擊"newword"選項。 3. 工具將自動判斷文字是否為有意義並新增入anki的牌組中。 ## 功能設定 1. 設定母語。 2. 設定anki帳密。 3. 設定加入的deck。
Grundlegende Informationen zur Erweiterung
Name | anki-newword |
ID | kkmanjampnbbgphlaibfbmplbggjlhmb |
Offizielle URL | https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb |
Beschreibung | 一個在瀏覽器上快速紀錄生字到anki的工具。 |
Dateigröße | 74.03 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2016-01-12 |
Veröffentlichungsdatum | 2016-01-12 |
Bewertung | 3.80/5 Insgesamt 5 Bewertungen |
Entwickler | j2160204 |
Zahlungsart | free |
Unterstützte Sprachen | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "\u4e00\u500b\u5728\u700f\u89bd\u5668\u4e0a\u5feb\u901f\u7d00\u9304\u751f\u5b57\u5230anki\u7684\u5de5\u5177\u3002", "name": "anki-newword", "version": "1.0.2", "permissions": [ "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/ajax.js", "js\/background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'", "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png" } } |