anki-newword

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

What is anki-newword?

anki-newword is a Chrome extension developed by j2160204, and its main feature is "一個在瀏覽器上快速紀錄生字到anki的工具。".

Extension Screenshots

screenshot

Download anki-newword Extension CRX File

Download anki-newword extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name anki-newword anki-newword
ID kkmanjampnbbgphlaibfbmplbggjlhmb
Official URL https://chromewebstore.google.com/detail/anki-newword/kkmanjampnbbgphlaibfbmplbggjlhmb
Description 一個在瀏覽器上快速紀錄生字到anki的工具。
File Size 74.03 KB
Installation Count 30
Current Version 1.0.2
Last Updated 2016-01-12
Publish Date 2016-01-12
Rating 3.80/5 Total 5 Ratings
Developer j2160204
Payment Type free
Supported Languages 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"
    }
}