Octanetopus
Unofficial extension for ALM Octane
O que é Octanetopus?
Octanetopus é uma extensão do Chrome desenvolvida por octchrext, e sua principal característica é "Unofficial extension for ALM Octane".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Octanetopus
Baixe arquivos de extensão Octanetopus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Octanetopus |
ID | cmkjppijcnjckffhfojecjjhhmheghfl |
URL Oficial | https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl |
Descrição | Unofficial extension for ALM Octane |
Tamanho do Arquivo | 716 KB |
Contagem de Instalações | 67 |
Versão Atual | 2.0.7 |
Última Atualização | 2023-11-02 |
Data de Publicação | 2020-03-24 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | octchrext |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |