Octanetopus
Unofficial extension for ALM Octane
Qu'est-ce que Octanetopus ?
Octanetopus est une extension Chrome développée par octchrext, et sa fonction principale est "Unofficial extension for ALM Octane".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Octanetopus
Téléchargez les fichiers d'extension Octanetopus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Octanetopus |
ID | cmkjppijcnjckffhfojecjjhhmheghfl |
URL Officiel | https://chromewebstore.google.com/detail/octanetopus/cmkjppijcnjckffhfojecjjhhmheghfl |
Description | Unofficial extension for ALM Octane |
Taille du Fichier | 716 KB |
Nombre d'Installations | 67 |
Version Actuelle | 2.0.7 |
Dernière Mise à Jour | 2023-11-02 |
Date de Publication | 2020-03-24 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | octchrext |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |