K-12

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

K-12คืออะไร?

K-12 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allan Coding และคุณลักษณะหลักของมันคือ "This open's the K12 website! It Can Prevent A Page From Timing Out."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย K-12

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}