K-12

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

O que é K-12?

K-12 é uma extensão do Chrome desenvolvida por Allan Coding, e sua principal característica é "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão K-12

Baixe arquivos de extensão K-12 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
URL Oficial https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Descrição This open's the K12 website! It Can Prevent A Page From Timing Out.
Tamanho do Arquivo 21.16 KB
Contagem de Instalações 447
Versão Atual 4.7.5
Última Atualização 2022-02-02
Data de Publicação 2021-03-28
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Allan Coding
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://login-learn.k12.com/#login
URL da Página de Ajuda https://login-learn.k12.com/#login
Idiomas Suportados 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": []
}