Loqu8.Capture.Chrome
Extract content from Chrome
Loqu8.Capture.Chrome란 무엇입니까?
Loqu8.Capture.Chrome은(는) https://loqu8.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract content from Chrome"입니다.
확장 프로그램 스크린샷
Loqu8.Capture.Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Learning experts agree that adults and young adults learn differently from children. While repetitive drills and silly matching games may have value for younger children, adults learn best when they are in control of their learning environment, choosing what to learn and when to learn it. For many individuals, a mix of self-paced, personalized learning with instructor-led sessions is a powerful blend that delivers results. From the US State Department and the United Nations Office at Geneva, users rely on Loqu8's innovative technologies. Our users in 179 countries are excited about how iCE is helping them understand and learn Chinese. With over 163 million Chinese terms explained, a whopping 84% of our users report saving at least an hour every week. Experience the difference Loqu8's augmented learning can make for you.
확장 프로그램 기본 정보
이름 | |
ID | befjgiliibefbogpgfdjjgophgdbjikl |
공식 URL | https://chromewebstore.google.com/detail/loqu8capturechrome/befjgiliibefbogpgfdjjgophgdbjikl |
설명 | Extract content from Chrome |
파일 크기 | 18.75 KB |
설치 횟수 | 566 |
현재 버전 | 8.0.715 |
최근 업데이트 | 2016-08-30 |
출시 날짜 | 2016-08-29 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | https://loqu8.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.loqu8.com/loqu8/legal.privacy.htm |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "wcxbckg.html" }, "content_scripts": [ { "all_frames": true, "js": [ "wcx_ctxmenu.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Extract content from Chrome", "icons": { "128": "i_sq128.png", "16": "i_sq16.png", "48": "i_sq48.png" }, "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnPy+Q8kCU\/A7\/GiUq3M6IGA+1+8e\/7ws3G9oxDEuvRwRiUkkP7gnaKnlIAlAwCYGsvtDfzH3Q55Dm75k0dhriAu\/FQCiBYCbUh42MEWzAegb7OypCUgV7t3IsHEDyHRhRkKp8ZkPDR63ybsOmvWBxWXhsbMGUpqhLEv1wDb\/SMAnaWvMIXc8U6wuGVtp77SHAfLuI69dLp+PfQU\/KOSYydgV9Fp2pLmpahphLBmswUdCUQfNzAhFoSxa\/vR\/npkjKqIa3KSqitr+cRp+gvv0t3SXn5jJdAYTGf72eb84ev0s55+P4aNrpI\/T41jZcAhwA7fElJnRdv7kXv+lHePIbwIDAQAB", "name": "Loqu8.Capture.Chrome", "permissions": [ "nativeMessaging", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "8.0.715" } |