K-12

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

Cos'è K-12?

K-12 è un'estensione di Chrome sviluppata da Allan Coding, e la sua funzione principale è "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione K-12

Scarica i file di estensione K-12 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
URL Ufficiale https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Descrizione This open's the K12 website! It Can Prevent A Page From Timing Out.
Dimensione del File 21.16 KB
Conteggio Installazioni 447
Versione Corrente 4.7.5
Ultimo Aggiornamento 2022-02-02
Data di Pubblicazione 2021-03-28
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Allan Coding
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://login-learn.k12.com/#login
URL della Pagina di Aiuto https://login-learn.k12.com/#login
Lingue Supportate 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": []
}