Codenames Assistant
Codenames Assistant
Codenames Assistant क्या है?
Codenames Assistant lukesrw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Codenames Assistant"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Codenames Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |