K-12

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

Co to jest K-12?

K-12 to rozszerzenie Chrome opracowane przez Allan Coding, a jego główną funkcją jest „This open's the K12 website! It Can Prevent A Page From Timing Out.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia K-12

Pobierz pliki rozszerzeń K-12 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
Oficjalny URL https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Opis This open's the K12 website! It Can Prevent A Page From Timing Out.
Rozmiar pliku 21.16 KB
Liczba instalacji 447
Aktualna Wersja 4.7.5
Ostatnia Aktualizacja 2022-02-02
Data Publikacji 2021-03-28
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Allan Coding
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://login-learn.k12.com/#login
Adres URL Strony Pomocy https://login-learn.k12.com/#login
Obsługiwane Języki 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": []
}