anki-newword
一個在瀏覽器上快速紀錄生字到anki的工具。
Qu'est-ce que anki-newword ?
anki-newword est une extension Chrome développée par j2160204, et sa fonction principale est "一個在瀏覽器上快速紀錄生字到anki的工具。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension anki-newword
Téléchargez les fichiers d'extension anki-newword au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
## 使用方式
1. 框選生字。
2. 於被框選的文字上右鍵點擊"newword"選項。
3. 工具將自動判斷文字是否為有意義並新增入anki的牌組中。
## 功能設定
1. 設定母語。
2. 設定anki帳密。
3. 設定加入的deck。 Informations de Base sur l'Extension
| Nom | |
| ID | kkmanjampnbbgphlaibfbmplbggjlhmb |
| URL Officiel | https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb |
| Description | 一個在瀏覽器上快速紀錄生字到anki的工具。 |
| Taille du Fichier | 74.03 KB |
| Nombre d'Installations | 30 |
| Version Actuelle | 1.0.2 |
| Dernière Mise à Jour | 2016-01-12 |
| Date de Publication | 2016-01-12 |
| Évaluation | 3.80/5 Total 5 Évaluations |
| Développeur | j2160204 |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
} | |