NvD - Netacad
Sets the Netacad page to fullscreen
Cos'è NvD - Netacad?
NvD - Netacad è un'estensione di Chrome sviluppata da https://nvd.kinnunen-network.com, e la sua funzione principale è "Sets the Netacad page to fullscreen".
Scarica il file CRX dell'estensione NvD - Netacad
Scarica i file di estensione NvD - Netacad 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
                        NvD - Netacad
Changes the style of the netacad page.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | fhjighecngoflfpbgknndmepfpknpino | 
| URL Ufficiale | https://chromewebstore.google.com/detail/nvd-netacad/fhjighecngoflfpbgknndmepfpknpino | 
| Descrizione | Sets the Netacad page to fullscreen | 
| Dimensione del File | 35.7 KB | 
| Conteggio Installazioni | 21 | 
| Versione Corrente | 0.2.7 | 
| Ultimo Aggiornamento | 2016-01-19 | 
| Data di Pubblicazione | 2016-01-19 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | https://nvd.kinnunen-network.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://nvd.kinnunen-network.com | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NvD - Netacad",
    "description": "Sets the Netacad page to fullscreen",
    "version": "0.2.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NvD Webpage"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/ITN51\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/RSE503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/ScaN503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/CN503\/*",
        "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS2\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/ITN51\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/RSE503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/ScaN503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/CN503\/*",
                "*:\/\/static-course-assets.s3.amazonaws.com\/CCNAS2\/*"
            ],
            "css": [
                "force.css"
            ]
        }
    ]
}  |  |