Idiots with Idioms
Powered by Ọc Ọc
Idiots with Idioms란 무엇입니까?
Idiots with Idioms은(는) Ọc Ọc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powered by Ọc Ọc"입니다.
확장 프로그램 스크린샷
Idiots with Idioms 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that helps you to learn English better with idioms. Formerly an English teacher at an education center, I realized from the interaction with my students that they learned faster and remembered better when English is made more interesting. For example, getting them to guess what the phrase ‘let the cat out of the bag’ means gets more attention and “cuter” than merely telling them its meaning is ‘revealing a secret’. I also found that much time is wasted when people making search something with Google and wait for the results or making search one by one on the internet for definition and use of idioms. This is the reason why I have created this extension which shows randomly an idiom, its meaning and example whenever people open a new tab. I strongly believe this extension will help and make it more interesting for many users to learn English, especially those where English is not their first language. P/s: Dear all my Vietnamese friends, stay tune for the next version of this extension, it's a secret but let me reveal you guys a hint: "How is that idiom can be said in Vietnamese idiom?"
확장 프로그램 기본 정보
이름 | Idiots with Idioms |
ID | lfjbbgdkogjkmkhdcnjeipnmceenjjhi |
공식 URL | https://chromewebstore.google.com/detail/idiots-with-idioms/lfjbbgdkogjkmkhdcnjeipnmceenjjhi |
설명 | Powered by Ọc Ọc |
파일 크기 | 185 KB |
설치 횟수 | 959 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-10-05 |
출시 날짜 | 2021-10-04 |
평점 | 5.00/5 총 26 개의 평점 |
개발자 | Ọc Ọc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.linkedin.com/in/duc-huy-nguyen-huu-605200197/ |
도움말 페이지 URL | https://github.com/Jayjaynoplays |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Idiots with Idioms", "description": "Powered by \u1eccc \u1eccc", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "iwi.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "iwi.html" }, "icons": { "16": ".\/images\/logo_16.png", "32": ".\/images\/logo_32.png", "48": ".\/images\/logo_48.png", "128": ".\/images\/logo_128.png" }, "browser_action": { "default_icon": ".\/images\/logo_16.png" } } |