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. 擴展基本資訊
| 名稱 | |
| ID | mchnigcillhekbodnpnpcdfhmlfblkdc |
| 官方網址 | 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'"
} | |