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
Eメール [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": []
}