Glossary Companion
Chrome companion for glossary app
Glossary Companion란 무엇입니까?
Glossary Companion은(는) Tim Pietz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome companion for glossary app"입니다.
확장 프로그램 스크린샷
Glossary Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A companion application for the Glossary Duel service. It allows you to access your glossaries on any web page.
확장 프로그램 기본 정보
이름 | Glossary Companion |
ID | mchnigcillhekbodnpnpcdfhmlfblkdc |
공식 URL | https://chromewebstore.google.com/detail/glossary-companion/mchnigcillhekbodnpnpcdfhmlfblkdc |
설명 | Chrome companion for glossary app |
파일 크기 | 472 KB |
설치 횟수 | 35 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
개발자 | Tim Pietz |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Chrome companion for glossary app", "version": "1.1.2", "name": "Glossary Companion", "options_page": "options.html", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "contextMenus", "tabs", "storage", "notifications" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "20": "icon-20.png", "24": "icon-24.png", "28": "icon-28.png", "32": "icon-32.png", "36": "icon-36.png" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |