Octanetopus

Unofficial extension for ALM Octane

什麼是Octanetopus?

Octanetopus是由octchrext開發的Chrome擴展程式,該擴展的主要功能是“Unofficial extension for ALM Octane”。

擴展截圖

screenshot

下載Octanetopus擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}