Codenames Assistant
Codenames Assistant
Codenames Assistant란 무엇입니까?
Codenames Assistant은(는) lukesrw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Codenames Assistant"입니다.
확장 프로그램 스크린샷
Codenames Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Notes Sidebar Codenames Assistant adds a notepad in the red team's sidebar. - Make notes without using an external tool like notepad - Button to update the notes with a list of cards (grouped by team) - Button to automatically list word combinations, if there's a clue - Clue & Card Buttons Codenames Assistant adds two buttons to each card, as well as when a clue has been given: - Merriam Webster (MW) Button Opens a new tab to the Merriam Webster definition of the given clue/card. - Wikipedia (W) Button Opens a new tab to the Wikipedia page of the given clue/card. - Clue Notifications Codenames Assistant sends a browser notification when a new clue has been given. You don't need to keep checking the Codenames tab to see when there's a clue.
확장 프로그램 기본 정보
이름 | Codenames Assistant |
ID | caeoldohbmnkpkndeephoanbkhjccgbm |
공식 URL | https://chromewebstore.google.com/detail/codenames-assistant/caeoldohbmnkpkndeephoanbkhjccgbm |
설명 | Codenames Assistant |
파일 크기 | 23.11 KB |
설치 횟수 | 939 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-12-30 |
출시 날짜 | 2020-12-28 |
평점 | 1.20/5 총 5 개의 평점 |
개발자 | lukesrw |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lukesrw/codenames-assistant |
도움말 페이지 URL | https://github.com/lukesrw/codenames-assistant |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_specific_settings": { "gecko": { "id": "codenames-assistant@lukesrw" } }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "https:\/\/codenames.game\/room\/*" ] } ], "description": "Codenames Assistant", "developer": { "name": "Luke Wilson", "url": "https:\/\/github.com\/lukesrw\/codenames-assistant\/" }, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "64": "img\/logo-64.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png" }, "manifest_version": 2, "name": "Codenames Assistant", "permissions": [ "notifications" ], "version": "1.2" } |