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 là gì?
Unofficial Alakazam Online Academy Formatter là một tiện ích mở rộng Chrome được phát triển bởi Dan Ives, và tính năng chính của nó là "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unofficial Alakazam Online Academy Formatter
Tải xuống các tệp mở rộng Unofficial Alakazam Online Academy Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unofficial Alakazam Online Academy Formatter |
ID | nahlnlagnmgdcfepoaaddfbnmhnnadog |
URL Chính Thức | https://chromewebstore.google.com/detail/unofficial-alakazam-onlin/nahlnlagnmgdcfepoaaddfbnmhnnadog |
Mô tả | Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy |
Kích Thước Tệp | 68.93 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2018-11-29 |
Ngày Phát Hành | 2018-11-29 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Dan Ives |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |