K-12

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

Was ist K-12?

K-12 ist eine Chrome-Erweiterung, die von Allan Coding entwickelt wurde, und ihr Hauptmerkmal ist "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Erweiterungsscreenshots

screenshot
screenshot

K-12-Erweiterungs-CRX-Datei herunterladen

Laden Sie K-12-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
Offizielle URL https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Beschreibung This open's the K12 website! It Can Prevent A Page From Timing Out.
Dateigröße 21.16 KB
Installationsanzahl 447
Aktuelle Version 4.7.5
Letztes Update 2022-02-02
Veröffentlichungsdatum 2021-03-28
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Allan Coding
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://login-learn.k12.com/#login
Hilfeseite URL https://login-learn.k12.com/#login
Unterstützte Sprachen 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": []
}