Arch Chinese Scraper
Pull character and word information from an archchinese webpage into a format suitable for use with Anki.
Arch Chinese Scraper란 무엇입니까?
Arch Chinese Scraper은(는) archchinesescraper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pull character and word information from an archchinese webpage into a format suitable for use with Anki."입니다.
확장 프로그램 스크린샷
Arch Chinese Scraper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension to allow Chinese language learners to more efficiently create Anki decks, or to otherwise to make their character and word learning more efficient. When at a character page in archchinese.com, this extension enables the user to scrape the character and words on the page, which are copied to the system clipboard in a format suitable for importing into Anki. Both the traditional and simplified characters are copied when both are available, but please note that when there is not a one-to-one correspondence between traditional and simplified character, as with 复/復/複, you must manually add/edit the character definitions. [https://gist.github.com/Khouderchah-Alex/ebfc75ddbac177d0aef189da19b18920](This script) can be used such that words will only be added to a file when all of the characters are known: The source code for this extension is available at: https://github.com/Khouderchah-Alex/ArchChinese-Scraper
확장 프로그램 기본 정보
이름 | Arch Chinese Scraper |
ID | llkdlmohpnemkfkakmcmfajeogfkkhdm |
공식 URL | https://chromewebstore.google.com/detail/arch-chinese-scraper/llkdlmohpnemkfkakmcmfajeogfkkhdm |
설명 | Pull character and word information from an archchinese webpage into a format suitable for use with Anki. |
파일 크기 | 5.31 KB |
설치 횟수 | 34 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-10-06 |
출시 날짜 | 2019-01-21 |
개발자 | archchinesescraper |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Khouderchah-Alex/ArchChinese-Scraper |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arch Chinese Scraper", "version": "0.0.1", "description": "Pull character and word information from an archchinese webpage into a format suitable for use with Anki.", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "commands": { "scrape-words": { "suggested_key": { "default": "Ctrl+Shift+C" }, "description": "Scrape words" } }, "manifest_version": 2 } |