Glossary Companion
Chrome companion for glossary app
什么是Glossary Companion?
Glossary Companion是由Tim Pietz开发的Chrome扩展程序,该扩展的主要功能是“Chrome companion for glossary app”。
扩展截图
下载Glossary Companion扩展crx文件
下载Glossary Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A companion application for the Glossary Duel service. It allows you to access your glossaries on any web page.
扩展基本信息
名称 | Glossary Companion |
ID | mchnigcillhekbodnpnpcdfhmlfblkdc |
官方URL | https://chromewebstore.google.com/detail/glossary-companion/mchnigcillhekbodnpnpcdfhmlfblkdc |
简介 | Chrome companion for glossary app |
文件大小 | 472 KB |
安装次数 | 35 |
当前版本 | 1.1.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
开发者 | Tim Pietz |
付费类型 | free |
支持的语言 | 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'" } |