Octanetopus

Unofficial extension for ALM Octane

Octanetopus क्या है?

Octanetopus octchrext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial extension for ALM Octane"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Octanetopus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}