anki-newword
一個在瀏覽器上快速紀錄生字到anki的工具。
Cos'è anki-newword?
anki-newword è un'estensione di Chrome sviluppata da j2160204, e la sua funzione principale è "一個在瀏覽器上快速紀錄生字到anki的工具。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione anki-newword
Scarica i file di estensione anki-newword in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 使用方式 1. 框選生字。 2. 於被框選的文字上右鍵點擊"newword"選項。 3. 工具將自動判斷文字是否為有意義並新增入anki的牌組中。 ## 功能設定 1. 設定母語。 2. 設定anki帳密。 3. 設定加入的deck。
Informazioni di Base sull'Estensione
Nome | anki-newword |
ID | kkmanjampnbbgphlaibfbmplbggjlhmb |
URL Ufficiale | https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb |
Descrizione | 一個在瀏覽器上快速紀錄生字到anki的工具。 |
Dimensione del File | 74.03 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2016-01-12 |
Data di Pubblicazione | 2016-01-12 |
Valutazione | 3.80/5 Totale 5 Valutazioni |
Sviluppatore | j2160204 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |