Glossary Companion
Chrome companion for glossary app
What is Glossary Companion?
Glossary Companion is a Chrome extension developed by Tim Pietz, and its main feature is "Chrome companion for glossary app".
Extension Screenshots
Download Glossary Companion Extension CRX File
Download Glossary Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A companion application for the Glossary Duel service. It allows you to access your glossaries on any web page.
Extension Basic Information
Name | Glossary Companion |
ID | mchnigcillhekbodnpnpcdfhmlfblkdc |
Official URL | https://chromewebstore.google.com/detail/glossary-companion/mchnigcillhekbodnpnpcdfhmlfblkdc |
Description | Chrome companion for glossary app |
File Size | 472 KB |
Installation Count | 35 |
Current Version | 1.1.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | Tim Pietz |
Payment Type | free |
Supported Languages | 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'" } |