K-12

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

什么是K-12?

K-12是由Allan Coding开发的Chrome扩展程序,该扩展的主要功能是“This open's the K12 website! It Can Prevent A Page From Timing Out.”。

扩展截图

screenshot
screenshot

下载K-12扩展crx文件

下载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": []
}