Aviator Chrome Extension
Show Aviator MergeQueue status on GitHub
什么是Aviator Chrome Extension?
Aviator Chrome Extension是由Aviator Technologies Inc.开发的Chrome扩展程序,该扩展的主要功能是“Show Aviator MergeQueue status on GitHub”。
扩展截图
下载Aviator Chrome Extension扩展crx文件
下载Aviator Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enrich GitHub pull-requests with the MergeQueue status. This allows you to enqueue a pull-request in one button. 扩展基本信息
| 名称 | |
| ID | inoabloekooadaolcncfmpgafkgbgnif |
| 官方URL | https://chromewebstore.google.com/detail/aviator-chrome-extension/inoabloekooadaolcncfmpgafkgbgnif |
| 简介 | Show Aviator MergeQueue status on GitHub |
| 文件大小 | 2.96 MB |
| 安装次数 | 408 |
| 当前版本 | 1.7 |
| 更新时间 | 2024-02-07 |
| 上架时间 | 2023-07-21 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Aviator Technologies Inc. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.aviator.co/ |
| 隐私政策页面URL | https://www.aviator.co/legal-pages/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Aviator Chrome Extension",
"description": "Show Aviator MergeQueue status on GitHub",
"version": "1.7",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"content_script_outer.css"
],
"js": [
"content_script.js"
]
}
],
"background": {
"service_worker": "service_worker.js"
},
"icons": {
"16": "images\/Isotype_FullColor.16x16.png",
"32": "images\/Isotype_FullColor.32x32.png",
"48": "images\/Isotype_FullColor.48x48.png",
"128": "images\/Isotype_FullColor.128x128.png"
},
"options_page": "options.html",
"optional_host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"identity",
"scripting",
"storage"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAobIcZm6p1d+HuQfbpTmUpmr7nCmB5tCGY2qgXSyWPC\/LNnttWvAFbKxWiarV9JG9GPLPP3YmqDFfsDXFg4ElpkhWDsICeZpgFzf7lSeV7ZmyEvyOWbL\/w85sZ312gIlpnS8UZvUVIUWGPqzL3PQYpocn\/xm\/jr\/ZGOaGDrXduSxHOslOH4ZS0VQHVN11UZcrRTIMGm5Ae0xPkf73wCpEmoYd9pFIr4+kEZvlyg6\/Bcv3surYg1p1YtnsJDpnj4ncCvSgio7RfzqnTgR9LsPdIjgFuAYgHP563oji7hdQWXd3Wludrss+IP8qECPfQ7rog+b3LTw+\/jlPzs8nFHNFFwIDAQAB"
} | |