Codenames Assistant
Codenames Assistant
Codenames Assistantとは何ですか?
Codenames Assistantはlukesrwによって開発されたChromeの拡張機能で、その主な機能は「Codenames Assistant」です。
拡張機能のスクリーンショット
Codenames Assistant拡張機能のCRXファイルをダウンロード
Codenames Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |