Autodesk fusion360 learnings expander

Expand autodesk fusion360 learning website box.

Co je Autodesk fusion360 learnings expander?

Autodesk fusion360 learnings expander je rozšíření Chrome vyvinuté https://takuro.ws, a jeho hlavní funkcí je „Expand autodesk fusion360 learning website box.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Autodesk fusion360 learnings expander

Stáhněte si soubory rozšíření Autodesk fusion360 learnings expander 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í

                        This is a Google Chrome extension which expand content region of Autodesk Fusion 360 leaning web pages as screen shot image. This extension also enables you to use go and back function of your browser in Fusion 360 learning web pages.                    

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

Název Autodesk fusion360 learnings expander Autodesk fusion360 learnings expander
ID amkdnibbgekpljlononmmglfppeihpdn
Oficiální URL https://chromewebstore.google.com/detail/autodesk-fusion360-learni/amkdnibbgekpljlononmmglfppeihpdn
Popis Expand autodesk fusion360 learning website box.
Velikost souboru 355 KB
Počet instalací 4,086
Aktuální Verze 1.1
Poslední Aktualizace 2015-11-04
Datum Vydání 2015-11-04
Hodnocení 4.25/5 Celkem 24 Hodnocení
Vývojář https://takuro.ws
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autodesk fusion360 learnings expander",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Expand autodesk fusion360 learning website box.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "embedded-script.js"
    ],
    "permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icon\/icon_16.png",
        "48": "images\/icon\/icon_48.png",
        "128": "images\/icon\/icon_128.png"
    }
}