Octanetopus
Unofficial extension for ALM Octane
Octanetopusคืออะไร?
Octanetopus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย octchrext และคุณลักษณะหลักของมันคือ "Unofficial extension for ALM Octane"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Octanetopus
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:\/\/*\/*" ] } ] } |