Click Copy Sentence
Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.
Click Copy Sentence란 무엇입니까?
Click Copy Sentence은(는) FreeLanguageTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool."입니다.
확장 프로그램 스크린샷
Click Copy Sentence 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the official companion extension to ssmtool (https://github.com/FreeLanguageTools/ssmtool), which allows the user to quickly create vocabulary flashcards from any webpage for natural immersion-based language learning.
확장 프로그램 기본 정보
이름 | Click Copy Sentence |
ID | klhlkoabjmofmjkhbmelmfnhkbjaohdj |
공식 URL | https://chromewebstore.google.com/detail/click-copy-sentence/klhlkoabjmofmjkhbmelmfnhkbjaohdj |
설명 | Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool. |
파일 크기 | 73.54 KB |
설치 횟수 | 235 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2021-08-01 |
출시 날짜 | 2021-08-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | FreeLanguageTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/FreeLanguageTools/ssmtool |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click Copy Sentence", "description": "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools\/ssmtool.", "version": "0.1.3", "homepage_url": "https:\/\/github.com\/FreeLanguageTools\/ssmtool", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{7cf334ab-26d1-4b34-9adc-569461c25460}" } }, "content_scripts": [ { "js": [ "browser-polyfill.min.js", "jquery-3.6.0.min.js", "content-script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "browser_action": { "browser_style": true, "default_popup": "menu.html", "default_icon": "icons\/48-grayscale.png" } } |