Autodesk fusion360 learnings expander

Expand autodesk fusion360 learning website box.

Cos'è Autodesk fusion360 learnings expander?

Autodesk fusion360 learnings expander è un'estensione di Chrome sviluppata da https://takuro.ws, e la sua funzione principale è "Expand autodesk fusion360 learning website box.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autodesk fusion360 learnings expander

Scarica i file di estensione Autodesk fusion360 learnings expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Autodesk fusion360 learnings expander Autodesk fusion360 learnings expander
ID amkdnibbgekpljlononmmglfppeihpdn
URL Ufficiale https://chromewebstore.google.com/detail/autodesk-fusion360-learni/amkdnibbgekpljlononmmglfppeihpdn
Descrizione Expand autodesk fusion360 learning website box.
Dimensione del File 355 KB
Conteggio Installazioni 4,086
Versione Corrente 1.1
Ultimo Aggiornamento 2015-11-04
Data di Pubblicazione 2015-11-04
Valutazione 4.25/5 Totale 24 Valutazioni
Sviluppatore https://takuro.ws
Tipo di Pagamento free
Lingue Supportate 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"
    }
}