Glossary Companion
Chrome companion for glossary app
Was ist Glossary Companion?
Glossary Companion ist eine Chrome-Erweiterung, die von Tim Pietz entwickelt wurde, und ihr Hauptmerkmal ist "Chrome companion for glossary app".
Erweiterungsscreenshots
Glossary Companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Glossary Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        A companion application for the Glossary Duel service. It allows you to access your glossaries on any web page.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mchnigcillhekbodnpnpcdfhmlfblkdc | 
| Offizielle URL | https://chromewebstore.google.com/detail/glossary-companion/mchnigcillhekbodnpnpcdfhmlfblkdc | 
| Beschreibung | Chrome companion for glossary app | 
| Dateigröße | 472 KB | 
| Installationsanzahl | 35 | 
| Aktuelle Version | 1.1.2 | 
| Letztes Update | 2019-03-08 | 
| Veröffentlichungsdatum | 2019-03-08 | 
| Entwickler | Tim Pietz | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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'"
}  |  |