Octanetopus

Unofficial extension for ALM Octane

Was ist Octanetopus?

Octanetopus ist eine Chrome-Erweiterung, die von octchrext entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial extension for ALM Octane".

Erweiterungsscreenshots

screenshot

Octanetopus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Octanetopus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Octanetopus Octanetopus
ID cmkjppijcnjckffhfojecjjhhmheghfl
Offizielle URL https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl
Beschreibung Unofficial extension for ALM Octane
Dateigröße 716 KB
Installationsanzahl 67
Aktuelle Version 2.0.7
Letztes Update 2023-11-02
Veröffentlichungsdatum 2020-03-24
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler octchrext
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}