Octanetopus
Unofficial extension for ALM Octane
Octanetopusとは何ですか?
Octanetopusはoctchrextによって開発されたChromeの拡張機能で、その主な機能は「Unofficial extension for ALM Octane」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |