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
官方網址 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": []
}