Bug Report
This extension gets the browser details and writes a bug report.
什么是Bug Report?
Bug Report是由alfie84开发的Chrome扩展程序,该扩展的主要功能是“This extension gets the browser details and writes a bug report.”。
扩展截图
下载Bug Report扩展crx文件
下载Bug Report扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension to generate a bug report automatically. Sometimes the end users report issues by email without any screenshots or steps and makes it hard for the developers / testers to replicate the issue. The purpose of this is to auto-generate useful information for the developers / testers when an issue is found. Usage: 1. Fill the Description 2. Fill the Steps 3. Click "Save As" to save as PDF 4. Send Report
扩展基本信息
名称 | Bug Report |
ID | kgjmpflejlpefbangkefecjdflfapdmp |
官方URL | https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp |
简介 | This extension gets the browser details and writes a bug report. |
文件大小 | 13.41 KB |
安装次数 | 34 |
当前版本 | 1.4 |
更新时间 | 2023-12-06 |
上架时间 | 2019-01-17 |
开发者 | alfie84 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bug Report", "version": "1.4", "description": "This extension gets the browser details and writes a bug report.", "permissions": [ "activeTab" ], "manifest_version": 3, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": { "16": "images\/bug_icon16.png", "48": "images\/bug_icon48.png", "128": "images\/bug_icon128.png" } }, "icons": { "16": "images\/bug_icon16.png", "48": "images\/bug_icon48.png", "128": "images\/bug_icon128.png" } } |