Octanetopus

Unofficial extension for ALM Octane

Octanetopus là gì?

Octanetopus là một tiện ích mở rộng Chrome được phát triển bởi octchrext, và tính năng chính của nó là "Unofficial extension for ALM Octane".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Octanetopus

Tải xuống các tệp mở rộng Octanetopus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Octanetopus Octanetopus
ID cmkjppijcnjckffhfojecjjhhmheghfl
URL Chính Thức https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl
Mô tả Unofficial extension for ALM Octane
Kích Thước Tệp 716 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2020-03-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển octchrext
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}