anki-newword

一個在瀏覽器上快速紀錄生字到anki的工具。

Wat is anki-newword?

anki-newword is een Chrome-extensie ontwikkeld door j2160204, en de belangrijkste functie is "一個在瀏覽器上快速紀錄生字到anki的工具。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie anki-newword

Download anki-newword-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ## 使用方式
1. 框選生字。
2. 於被框選的文字上右鍵點擊"newword"選項。
3. 工具將自動判斷文字是否為有意義並新增入anki的牌組中。

## 功能設定
1. 設定母語。
2. 設定anki帳密。
3. 設定加入的deck。                    

Basisinformatie over de Extensie

Naam anki-newword anki-newword
ID kkmanjampnbbgphlaibfbmplbggjlhmb
Officiële URL https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb
Beschrijving 一個在瀏覽器上快速紀錄生字到anki的工具。
Bestandsgrootte 74.03 KB
Aantal Installaties 30
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-01-12
Publicatiedatum 2016-01-12
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar j2160204
Betalingswijze free
Ondersteunde Talen 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"
    }
}