Glossary Companion
Chrome companion for glossary app
Wat is Glossary Companion?
Glossary Companion is een Chrome-extensie ontwikkeld door Tim Pietz, en de belangrijkste functie is "Chrome companion for glossary app".
Extensie Screenshots
Download het CRX-bestand van de extensie Glossary Companion
Download Glossary Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A companion application for the Glossary Duel service. It allows you to access your glossaries on any web page. Basisinformatie over de Extensie
| Naam | |
| ID | mchnigcillhekbodnpnpcdfhmlfblkdc |
| Officiële URL | https://chromewebstore.google.com/detail/glossary-companion/mchnigcillhekbodnpnpcdfhmlfblkdc |
| Beschrijving | Chrome companion for glossary app |
| Bestandsgrootte | 472 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Ontwikkelaar | Tim Pietz |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |