Godard It

French new wave-ify a page

Wat is Godard It?

Godard It is een Chrome-extensie ontwikkeld door Alex Myers, en de belangrijkste functie is "French new wave-ify a page".

Extensie Screenshots

Download het CRX-bestand van de extensie Godard It

Download Godard It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension that injects a little French New Wave into your page. 

"when Jean-Luc Godard becomes a plug-in, we must look beyond the Nouvelle Vague" - Alexander Galloway, Interface Effects, 2012

Concept/Code - Alex Myers
Magic Code - Switchbreak                    

Basisinformatie over de Extensie

Naam Godard It Godard It
ID dighaiglpabhbdchbmjpnafmmdhfcoda
Officiële URL https://chromewebstore.google.com/detail/godard-it/dighaiglpabhbdchbmjpnafmmdhfcoda
Beschrijving French new wave-ify a page
Bestandsgrootte 21.68 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2013-10-23
Publicatiedatum 2013-10-23
Ontwikkelaar Alex Myers
Betalingswijze free
Extensiewebsite http://alexmyers.info
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Godard It",
    "description": "French new wave-ify a page",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Godard It"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}