Aviator Chrome Extension
Show Aviator MergeQueue status on GitHub
Cos'è Aviator Chrome Extension?
Aviator Chrome Extension è un'estensione di Chrome sviluppata da Aviator Technologies Inc., e la sua funzione principale è "Show Aviator MergeQueue status on GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aviator Chrome Extension
Scarica i file di estensione Aviator Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enrich GitHub pull-requests with the MergeQueue status. This allows you to enqueue a pull-request in one button. Informazioni di Base sull'Estensione
| Nome | |
| ID | inoabloekooadaolcncfmpgafkgbgnif |
| URL Ufficiale | https://chromewebstore.google.com/detail/aviator-chrome-extension/inoabloekooadaolcncfmpgafkgbgnif |
| Descrizione | Show Aviator MergeQueue status on GitHub |
| Dimensione del File | 2.96 MB |
| Conteggio Installazioni | 408 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2024-02-07 |
| Data di Pubblicazione | 2023-07-21 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Aviator Technologies Inc. |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.aviator.co/ |
| URL della Pagina della Politica sulla Privacy | https://www.aviator.co/legal-pages/privacy-policy |
| Lingue Supportate | 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"
} | |