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文件
下载Unofficial Alakazam Online Academy Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |