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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}