anki-newword
一個在瀏覽器上快速紀錄生字到anki的工具。
anki-newwordとは何ですか?
anki-newwordはj2160204によって開発されたChromeの拡張機能で、その主な機能は「一個在瀏覽器上快速紀錄生字到anki的工具。」です。
拡張機能のスクリーンショット
anki-newword拡張機能のCRXファイルをダウンロード
anki-newword拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
## 使用方式 1. 框選生字。 2. 於被框選的文字上右鍵點擊"newword"選項。 3. 工具將自動判斷文字是否為有意義並新增入anki的牌組中。 ## 功能設定 1. 設定母語。 2. 設定anki帳密。 3. 設定加入的deck。
拡張機能の基本情報
名前 | anki-newword |
ID | kkmanjampnbbgphlaibfbmplbggjlhmb |
公式URL | https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb |
説明 | 一個在瀏覽器上快速紀錄生字到anki的工具。 |
ファイルサイズ | 74.03 KB |
インストール数 | 30 |
現在のバージョン | 1.0.2 |
最終更新日 | 2016-01-12 |
公開日 | 2016-01-12 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | j2160204 |
支払い方法 | free |
対応言語 | 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" } } |