K-12

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

Что такое K-12?

K-12 - это расширение Chrome, разработанное Allan Coding, и его основная функция - "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения K-12

Скачайте файлы расширений K-12 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
Официальный URL https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Описание This open's the K12 website! It Can Prevent A Page From Timing Out.
Размер файла 21.16 KB
Количество установок 447
Текущая Версия 4.7.5
Последнее Обновление 2022-02-02
Дата публикации 2021-03-28
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Allan Coding
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://login-learn.k12.com/#login
URL страницы помощи https://login-learn.k12.com/#login
Поддерживаемые языки 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": []
}