K-12

This open's the K12 website! It Can Prevent A Page From Timing Out.

Apa itu K-12?

K-12 adalah ekstensi Chrome yang dikembangkan oleh Allan Coding, dan fitur utamanya adalah "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi K-12

Unduh file ekstensi K-12 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        It is great link to K-12. Just click on the extension and It will take you to the login page!
It will also keep you logged in! By not letting the page timeout.

You can just click the button to not let the page timeout.                    

Informasi Dasar Ekstensi

Nama K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
URL Resmi https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Deskripsi This open's the K12 website! It Can Prevent A Page From Timing Out.
Ukuran File 21.16 KB
Jumlah Instalasi 447
Versi Saat Ini 4.7.5
Terakhir Diperbarui 2022-02-02
Tanggal Publikasi 2021-03-28
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Allan Coding
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://login-learn.k12.com/#login
URL Halaman Bantuan https://login-learn.k12.com/#login
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "K-12",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "description": "This open's the K12 website! It Can Prevent A Page From Timing Out.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "version": "4.7.5",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/timeout.js"
            ]
        }
    ],
    "incognito": "split",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": []
}