Unofficial Alakazam Online Academy Formatter
Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy
Unofficial Alakazam Online Academy Formatter란 무엇입니까?
Unofficial Alakazam Online Academy Formatter은(는) Dan Ives에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy"입니다.
확장 프로그램 스크린샷
Unofficial Alakazam Online Academy Formatter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an unofficial chrome extension that reformats the academy page to a more flexible layout and adds the ability to click on timestamps on certain indexed videos. The plugin will generate a button at the top of the page to process it; should you wish to use the old page layout - click the button the start the recompiling of the page. Please note: this could technically break at any time should the website change, so note that you may want to disable the plugin if its not behaving properly. Thanks :)
확장 프로그램 기본 정보
이름 | Unofficial Alakazam Online Academy Formatter |
ID | nahlnlagnmgdcfepoaaddfbnmhnnadog |
공식 URL | https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog |
설명 | Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy |
파일 크기 | 68.93 KB |
설치 횟수 | 49 |
현재 버전 | 3.0 |
최근 업데이트 | 2018-11-29 |
출시 날짜 | 2018-11-29 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Dan Ives |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unofficial Alakazam Online Academy Formatter", "description": "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy", "version": "3.0", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/alakazam.co.uk\/*", "*:\/\/*.alakazam.co.uk\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/main.js" ] } ], "icons": { "48": "img\/icon_small.png", "128": "img\/icon.png" } } |