Octanetopus
Unofficial extension for ALM Octane
Cos'è Octanetopus?
Octanetopus è un'estensione di Chrome sviluppata da octchrext, e la sua funzione principale è "Unofficial extension for ALM Octane".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Octanetopus
Scarica i file di estensione Octanetopus 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
Features:
ALM Octane masthead - background color, city clocks, rss feed, audio streaming.
License:
Usage permission is only granted to those who acknowledge that Gal Gadot is a perfect human being
Configuration:
Click the toolbar icon
Source Code:
https://github.com/alm-octane-chrome-ext/alm-octane-chrome-ext Informazioni di Base sull'Estensione
| Nome | |
| ID | cmkjppijcnjckffhfojecjjhhmheghfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl |
| Descrizione | Unofficial extension for ALM Octane |
| Dimensione del File | 716 KB |
| Conteggio Installazioni | 67 |
| Versione Corrente | 2.0.7 |
| Ultimo Aggiornamento | 2023-11-02 |
| Data di Pubblicazione | 2020-03-24 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | octchrext |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.0.7",
"name": "Octanetopus",
"short_name": "Octanetopus",
"description": "Unofficial extension for ALM Octane",
"icons": {
"48": "img\/icon48.png",
"96": "img\/icon96.png",
"128": "img\/icon128.png"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_title": "Octanetopus",
"default_icon": "img\/icon96.png",
"default_popup": "popup\/octanetopus-popup.html"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"img\/flags\/*.svg",
"img\/star-empty.svg",
"img\/star-full.svg",
"img\/note.svg",
"img\/radio.svg",
"img\/music-list.svg",
"img\/arrow-left.svg",
"img\/arrow-right.svg"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |