Octanetopus
Unofficial extension for ALM Octane
Octanetopus란 무엇입니까?
Octanetopus은(는) octchrext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial extension for ALM Octane"입니다.
확장 프로그램 스크린샷
Octanetopus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } ] } |