Canvas Page Folders

Organises Pages into folders in Canvas LMS

Canvas Page Folders क्या है?

Canvas Page Folders https://oldpike.bxtrom.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organises Pages into folders in Canvas LMS"।

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

screenshot
screenshot

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

crx प्रारूप में Canvas Page Folders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows organisation of Pages into folders in Canvas LMS

Please see https://youtu.be/aziV_vbLRsE for instruction video

This extension allows you to create folders and sub-folders in which to organise Canvas Pages. Folders can be renamed, moved or deleted. The extension checks for updates to the pages such as renaming, creation or deletion, on a regular and customisable basis.

In an experimental feature, folder structures can also be shared between users who have the extension installed, in which case a designated page will serve as storage for the structure information and with which the users' folder info can be synced.

Please note: Presently, only Canvas spaces hosted by domains of the type 
*.instructure.com/* 
can use the extension, with the addition of the following:
canvas.gu.se/*
canvas.qub.ac.uk/* 
canvas.wisc.edu/*
canvas.wu.ac.at/*
canvas.brown.edu/*

If you wish to have another host URL incorporated in the list of supported hosts, please write a request to [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Canvas Page Folders Canvas Page Folders
ID oedghiclldgapmpgcplfjjfdkfehlkpp
आधिकारिक URL https://chromewebstore.google.com/detail/canvas-page-folders/oedghiclldgapmpgcplfjjfdkfehlkpp
विवरण Organises Pages into folders in Canvas LMS
फ़ाइल का आकार 561 KB
स्थापना संख्या 209
वर्तमान संस्करण 0.9.16
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2021-09-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://oldpike.bxtrom.eu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://oldpike.bxtrom.eu/
सहायता पृष्ठ URL https://oldpike.bxtrom.eu/
गोपनीयता नीति पृष्ठ URL https://oldpike.bxtrom.eu/privacy_policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Page Folders",
    "version": "0.9.16",
    "description": "Organises Pages into folders in Canvas LMS",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/bxtrom.eu\/stats\/cpf-stats\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.instructure.com\/*",
                "http:\/\/*.instructure.com\/*",
                "https:\/\/canvas.gu.se\/*",
                "https:\/\/canvas.qub.ac.uk\/*",
                "https:\/\/canvas.wisc.edu\/*",
                "https:\/\/canvas.wu.ac.at\/*",
                "https:\/\/canvas.brown.edu\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "local.png",
                "sync.png",
                "backupIcon.png",
                "menuIcon.png",
                "optIcon.png",
                "resetIcon.png",
                "syncIcon.png",
                "checkAll.png",
                "uncheckAll.png",
                "inactivate.png",
                "block_check.png",
                "nb.png"
            ],
            "matches": [
                "https:\/\/*.instructure.com\/*",
                "http:\/\/*.instructure.com\/*",
                "https:\/\/canvas.gu.se\/*",
                "https:\/\/canvas.qub.ac.uk\/*",
                "https:\/\/canvas.wisc.edu\/*",
                "https:\/\/canvas.wu.ac.at\/*"
            ]
        }
    ]
}