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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Ives และคุณลักษณะหลักของมันคือ "Formats the academy page into a more accessible format with timestamps and extras - updated to work with the latest academy"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unofficial Alakazam Online Academy Formatter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}