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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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