Anki Quick Adder
This extension provides the ability to create anki cards directly from Google Chrome on your Anki Desktop.
Anki Quick Adder란 무엇입니까?
Anki Quick Adder은(는) Ranjit Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides the ability to create anki cards directly from Google Chrome on your Anki Desktop."입니다.
확장 프로그램 스크린샷
Anki Quick Adder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to Anki Quick Adder. This extension provides Ability to create anki cards directly from Google Chrome on your Anki Desktop. It includes an inline WYSIWYG editor and keyboard shortcuts for editing your notes before adding them to anki. Requirements You will require the following sofware to use the extension. 1) Anki 2) Anki Connect plugin This extension is currently in beta. so, bear the bugs with me :-) Please, report bugs at github. https://github.com/1nsp1r3rnzt/chrome-anki-quick-adder Changelog: 2.0.6 January 25 2020 -------------------- Fixed ankiConnect Cors problem. -------------------- 2.0.4 February 12, 2019 -------------------------------- Added sticky field for tags Added ability to add links in editor(Settings->in-line editor-> add Link button) -------------------------------- 2.0.3 August 5, 2018 Fixed duplicate tags in autoCompleteTags Array Fixed sending multiple tags on mainCard and dialogCard Fixed indexOf error for numbers only in deckName Added auto-complete of tags for EditCards and sanitization for tags Fixed Error when extension doesnot load data on first start. 2.0.2 july 21,2018 Fixed refresh decks button -------------------------------- 2.0.1 july 20, 2018 Fixed chromeMenu creation on extension update Fixed incorrect saveNote fields. -------------------------------- 2.0.0 added settings to show fav decks and models in chrome context menu. -------------------------------- 1.0.9 Fixed minor bugs -------------------------------- 1.0.8 Fixed notes not saving from shortcuts -------------------------------- 1.0.7 Fixed typebug error -------------------------------- 1.0.6 Fixed minor bugs -------------------------------- 1.0.5 added localNotes mode to save note without checking for anki. Version 1.0.4 - Tuesday, June 19th, 2018 - Ability to export and import your saved notes in extension. - fixed typeError bug on saving notes. - Quick icon to turn off global sticky fields. -------------------------------- Version 1.0.3 - Tuesday, June 19th, 2018 - Moved to local storage to save currentFields instead of sync -------------------------------- Version 1.0.2 - Tuesday, June 19th, 2018 Fixed Type Error --------------------- Version 1.0.1 - Monday, June 18th, 2018 Fixed bug for user who updated extension. -------------------------------------- Version 1.0.0 - Monday, June 18th, 2018 - Ability to save notes in Local Storage and sync later. (settings-> saveNotes) - Added ability to customize in-line editor buttons (settings-> In-Line editor Buttons) - Added sticky Fields. Click [S] icon and field data will persist after adding a note until you clear. - Mode to change field background theme to dark mode temporarily. - Fixed field deletion on noteType change. --------------------------------------- Version 0.0.9 - Sunday, June 10th, 2018 - Fixed bugs Version 0.0.8 - Sunday, June 10th, 2018 - Toggle between favourite decks or models (select more than one deck or model) [Open demo](https://imgur.com/a/o54jyFw) - Fixed cloze caret position while adding from shortcut. - Customizable shortcuts for decks, models, cloze and quickSubmit. ---------------------------------- Version 0.0.7 - Wednesday, June 7th, 2018 - card submission directly on shortcut instead of submission through pop-up. --------------------------------------- Version 0.0.6 - Wednesday, June 7th, 2018 -fixed settings bug for users who updated instead of installing it. Version 0.0.5 - Wednesday, June 6th, 2018 --------------------------------------- - shortcuts for: deck, model and Cloze - shortcuts for: adding selection to fields - Cache for: decks, models and tags - settings for: cleaning text - Settings for: submit timeout from chrome menu Version 0.0.4 - Sunday, June 3rd, 2018 --------------------------------------- - Fixed adding cards from context menu Version Changelog ------------------------------------------------- Version 0.0.3 - Saturday, June 3rd, 2018 ------------------------------------------------- - Fixed appendMode - Added setting to turn on debugging. ------------------------------------------------- Version 0.0.2 - Saturday, June 2nd, 2018 ------------------------------------------------ - Fixed note adding error on windows and mac ------------------------------------------------- Version 0.0.1 - Friday, June 1, 2018 ------------------------------------------------- - Released beta version -fixed deck selection for single decklist -fixed deck selection for modelList - parsed tags for autocomplete
확장 프로그램 기본 정보
이름 | Anki Quick Adder |
ID | gpbcbbajoagdgnokieocaplbhkiidmmb |
공식 URL | https://chromewebstore.google.com/detail/anki-quick-adder/gpbcbbajoagdgnokieocaplbhkiidmmb |
설명 | This extension provides the ability to create anki cards directly from Google Chrome on your Anki Desktop. |
파일 크기 | 418 KB |
설치 횟수 | 11,684 |
현재 버전 | 2.0.6 |
최근 업데이트 | 2020-01-30 |
출시 날짜 | 2020-01-26 |
평점 | 4.20/5 총 46 개의 평점 |
개발자 | Ranjit Singh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://codehealthy.com |
도움말 페이지 URL | https://github.com/1nsp1r3rnzt/chrome-anki-quick-adder/issues |
개인정보 보호 정책 페이지 URL | https://codehealthy.com/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anki Quick Adder", "version": "2.0.6", "short_name": "Anki Adder", "description": "This extension provides the ability to create anki cards directly from Google Chrome on your Anki Desktop.", "background": { "scripts": [ "lib\/common\/js\/jquery-3.3.1.min.js", "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus", "activeTab", "http:\/\/localhost\/" ], "browser_action": { "default_icon": "icon-64.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-64.png", "128": "icon-128.png" }, "web_accessible_resources": [ "icon-64.png", "src\/importFile.js", "src\/editCardModal.js", "src\/editCardModel.css", "popup.html#tabs-2" ], "options_page": "popup.html#tabs-2", "commands": { "add-to-first-field": { "suggested_key": { "default": "Alt+Shift+1", "mac": "Command+Shift+1" }, "description": "Add select Text to first Field" }, "add-to-second-field": { "suggested_key": { "default": "Alt+Shift+2", "windows": "Alt+Shift+2", "mac": "Alt+Shift+2" }, "description": "Add select Text to second Field" }, "add-to-third-field": { "suggested_key": { "default": "Alt+Shift+3", "windows": "Alt+Shift+3", "mac": "Alt+Shift+3" }, "description": "Add select Text to third Field" }, "submit-data-to-popup": { "suggested_key": { "default": "Alt+Shift+4", "windows": "Alt+Shift+4", "mac": "Alt+Shift+4" }, "description": "Submit Data" } }, "manifest_version": 2 } |