Octanetopus

Unofficial extension for ALM Octane

Что такое Octanetopus?

Octanetopus - это расширение Chrome, разработанное octchrext, и его основная функция - "Unofficial extension for ALM Octane".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Octanetopus

Скачайте файлы расширений Octanetopus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Octanetopus Octanetopus
ID cmkjppijcnjckffhfojecjjhhmheghfl
Официальный URL https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl
Описание Unofficial extension for ALM Octane
Размер файла 716 KB
Количество установок 67
Текущая Версия 2.0.7
Последнее Обновление 2023-11-02
Дата публикации 2020-03-24
Рейтинг 5.00/5 Всего 4 оценок
Разработчик octchrext
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}