K-12

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

K-12 là gì?

K-12 là một tiện ích mở rộng Chrome được phát triển bởi Allan Coding, và tính năng chính của nó là "This open's the K12 website! It Can Prevent A Page From Timing Out.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng K-12

Tải xuống các tệp mở rộng K-12 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên K-12 K-12
ID gaaclljpbjakfllebcfpelknemjgccog
URL Chính Thức https://chromewebstore.google.com/detail/k-12/gaaclljpbjakfllebcfpelknemjgccog
Mô tả This open's the K12 website! It Can Prevent A Page From Timing Out.
Kích Thước Tệp 21.16 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 4.7.5
Cập Nhật Lần Cuối 2022-02-02
Ngày Phát Hành 2021-03-28
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Allan Coding
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://login-learn.k12.com/#login
URL Trang Trợ Giúp https://login-learn.k12.com/#login
Ngôn Ngữ Được Hỗ Trợ 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": []
}