Aviator Chrome Extension
Show Aviator MergeQueue status on GitHub
Wat is Aviator Chrome Extension?
Aviator Chrome Extension is een Chrome-extensie ontwikkeld door Aviator Technologies Inc., en de belangrijkste functie is "Show Aviator MergeQueue status on GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie Aviator Chrome Extension
Download Aviator Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Enrich GitHub pull-requests with the MergeQueue status. This allows you to enqueue a pull-request in one button. Basisinformatie over de Extensie
| Naam | |
| ID | inoabloekooadaolcncfmpgafkgbgnif |
| Officiële URL | https://chromewebstore.google.com/detail/aviator-chrome-extension/inoabloekooadaolcncfmpgafkgbgnif |
| Beschrijving | Show Aviator MergeQueue status on GitHub |
| Bestandsgrootte | 2.96 MB |
| Aantal Installaties | 408 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2024-02-07 |
| Publicatiedatum | 2023-07-21 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Aviator Technologies Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.aviator.co/ |
| URL van de Privacybeleid Pagina | https://www.aviator.co/legal-pages/privacy-policy |
| Ondersteunde Talen | 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"
} | |