Aviator Chrome Extension
Show Aviator MergeQueue status on GitHub
What is Aviator Chrome Extension?
Aviator Chrome Extension is a Chrome extension developed by Aviator Technologies Inc., and its main feature is "Show Aviator MergeQueue status on GitHub".
Extension Screenshots
Download Aviator Chrome Extension Extension CRX File
Download Aviator Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enrich GitHub pull-requests with the MergeQueue status. This allows you to enqueue a pull-request in one button.
Extension Basic Information
Name | Aviator Chrome Extension |
ID | inoabloekooadaolcncfmpgafkgbgnif |
Official URL | https://chromewebstore.google.com/detail/aviator-chrome-extension/inoabloekooadaolcncfmpgafkgbgnif |
Description | Show Aviator MergeQueue status on GitHub |
File Size | 2.96 MB |
Installation Count | 408 |
Current Version | 1.7 |
Last Updated | 2024-02-07 |
Publish Date | 2023-07-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aviator Technologies Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://www.aviator.co/ |
Privacy Policy Page URL | https://www.aviator.co/legal-pages/privacy-policy |
Supported Languages | 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" } |