K-12

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

Wat is K-12?

K-12 is een Chrome-extensie ontwikkeld door Allan Coding, en de belangrijkste functie is "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie K-12

Download K-12-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
Officiële URL https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Beschrijving This open's the K12 website! It Can Prevent A Page From Timing Out.
Bestandsgrootte 21.16 KB
Aantal Installaties 447
Huidige Versie 4.7.5
Laatst Bijgewerkt 2022-02-02
Publicatiedatum 2021-03-28
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Allan Coding
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://login-learn.k12.com/#login
Help Pagina-URL https://login-learn.k12.com/#login
Ondersteunde Talen 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": []
}