Autodesk fusion360 learnings expander

Expand autodesk fusion360 learning website box.

What is Autodesk fusion360 learnings expander?

Autodesk fusion360 learnings expander is a Chrome extension developed by https://takuro.ws, and its main feature is "Expand autodesk fusion360 learning website box.".

Extension Screenshots

screenshot

Download Autodesk fusion360 learnings expander Extension CRX File

Download Autodesk fusion360 learnings expander extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Autodesk fusion360 learnings expander Autodesk fusion360 learnings expander
ID amkdnibbgekpljlononmmglfppeihpdn
Official URL https://chromewebstore.google.com/detail/autodesk-fusion360-learni/amkdnibbgekpljlononmmglfppeihpdn
Description Expand autodesk fusion360 learning website box.
File Size 355 KB
Installation Count 4,086
Current Version 1.1
Last Updated 2015-11-04
Publish Date 2015-11-04
Rating 4.25/5 Total 24 Ratings
Developer https://takuro.ws
Payment Type free
Supported Languages 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"
    }
}