DScaffolding

This extension enables Design Science Research through Mindmeister.

Co je DScaffolding?

DScaffolding je rozšíření Chrome vyvinuté onekin.org, a jeho hlavní funkcí je „This extension enables Design Science Research through Mindmeister.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DScaffolding

Stáhněte si soubory rozšíření DScaffolding ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        DScaffolding is a tool for assisting and conducting Design Science Research. It does so by using mind maps.

User guide: https://docs.google.com/document/d/1RbUVj6BX7P7vNFgYj6fiiV6wYNXFXxb0JOa8yqnlQto

Privacy policy: https://onekin.org/?page_id=1110                    

Základní Informace o Rozšíření

Název DScaffolding DScaffolding
ID hkgmnnjalpmapogadekngkgbbgdjlnne
Oficiální URL https://chromewebstore.google.com/detail/dscaffolding/hkgmnnjalpmapogadekngkgbbgdjlnne
Popis This extension enables Design Science Research through Mindmeister.
Velikost souboru 7.17 MB
Počet instalací 233
Aktuální Verze 0.9.54
Poslední Aktualizace 2022-01-27
Datum Vydání 2019-09-11
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář onekin.org
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://onekin.org?page_id=10
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.9.54",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mindmeister.com\/*"
            ],
            "js": [
                "scripts\/newMap.js"
            ],
            "css": [
                "styles\/mindmeisterHome.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.mindmeister.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.mindmeister.com\/oauth2\/*",
                "https:\/\/www.mindmeister.com\/*account\/login*",
                "https:\/\/www.mindmeister.com\/robots.txt*",
                "https:\/\/www.mindmeister.com\/#all",
                "https:\/\/www.mindmeister.com\/?filter=all#all"
            ],
            "js": [
                "libs\/ocrad.js",
                "scripts\/content_script_dscaffolding.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.mindmeister.com\/robots.txt*"
            ],
            "js": [
                "scripts\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.mendeley.com\/robots.txt*"
            ],
            "js": [
                "scripts\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/github.com\/robots.txt*"
            ],
            "js": [
                "scripts\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.mendeley.com\/*"
            ],
            "js": [
                "scripts\/mendeleyContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js",
                "scripts\/contentScriptIntegration.js"
            ],
            "exclude_matches": [
                "https:\/\/www.mindmeister.com\/*"
            ],
            "css": [
                "styles\/contentScript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/feedbackIframeScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/hypothes.is\/",
        "storage",
        "tabs",
        "unlimitedStorage",
        "https:\/\/www.mindmeister.com\/oauth2",
        "https:\/\/www.mindmeister.com\/services\/rest\/oauth2\/token",
        "https:\/\/api.mendeley.com\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "https:\/\/api.github.com\/*",
        "https:\/\/words.bighugelabs.com\/api\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "scripts\/*",
        "scripts\/adapters\/*",
        "pages\/*",
        "resources\/*",
        "libs\/*"
    ]
}