BugPopper
Chrome extension to view BugDB pages
什么是BugPopper?
BugPopper是由Aditya Prakash开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to view BugDB pages”。
扩展截图
下载BugPopper扩展crx文件
下载BugPopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension is for Oracle employees only! It enables Oracle employees to view bugDB descriptions for bug ID's occuring anywhere in the browser. It is a convenience tool to quickly glance at the bug's status and/or description. 扩展基本信息
| 名称 | |
| ID | moemamafnaemeponmbknajacdbkobjee |
| 官方URL | https://chromewebstore.google.com/detail/bugpopper/moemamafnaemeponmbknajacdbkobjee |
| 简介 | Chrome extension to view BugDB pages |
| 文件大小 | 101 KB |
| 安装次数 | 123 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-06-15 |
| 上架时间 | 2016-06-15 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Aditya Prakash |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BugPopper",
"version": "1.0",
"manifest_version": 2,
"description": "Chrome extension to view BugDB pages",
"options_page": "options.html",
"icons": {
"16": "bug_white_bg.png",
"48": "bug_white_bg.png",
"128": "bug_white_bg.png"
},
"browser_action": {
"default_icon": "bug_white_bg.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"activeTab",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
" | |