anki-newword
一個在瀏覽器上快速紀錄生字到anki的工具。
anki-newword란 무엇입니까?
anki-newword은(는) j2160204에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "一個在瀏覽器上快速紀錄生字到anki的工具。"입니다.
확장 프로그램 스크린샷
anki-newword 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
## 使用方式 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" } } |