K-12

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

K-12 क्या है?

K-12 Allan Coding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This open's the K12 website! It Can Prevent A Page From Timing Out."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में K-12 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}