Genius Deutschland Helper
Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
什么是Genius Deutschland Helper?
Genius Deutschland Helper是由michaelhrbrg开发的Chrome扩展程序,该扩展的主要功能是“Hilfe bei alltäglichen Aufgaben auf Genius Deutschland”。
扩展截图
下载Genius Deutschland Helper扩展crx文件
下载Genius Deutschland Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Genius Deutschland Helper hilft bei alltäglichen Aufgaben auf genius.com.
Diese Erweiterung ist nicht offiziell und in keiner Weise mit Genius affiliiert. 扩展基本信息
| 名称 | |
| ID | bfbjcpeefdncfjgenjopolilhccbdjci |
| 官方URL | https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci |
| 简介 | Hilfe bei alltäglichen Aufgaben auf Genius Deutschland |
| 文件大小 | 14.65 KB |
| 安装次数 | 42 |
| 当前版本 | 0.2 |
| 更新时间 | 2020-12-16 |
| 上架时间 | 2020-08-16 |
| 开发者 | michaelhrbrg |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Genius Deutschland Helper",
"version": "0.2",
"manifest_version": 2,
"description": "Hilfe bei allt\u00e4glichen Aufgaben auf Genius Deutschland",
"icons": {
"180": "icon_180.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/genius.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"content.css"
]
}
],
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"180": "icon_180.png"
}
},
"permissions": [
"declarativeContent",
"activeTab"
]
} | |