Godard It
French new wave-ify a page
Cos'è Godard It?
Godard It è un'estensione di Chrome sviluppata da Alex Myers, e la sua funzione principale è "French new wave-ify a page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Godard It
Scarica i file di estensione Godard It 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dighaiglpabhbdchbmjpnafmmdhfcoda |
| URL Ufficiale | https://chromewebstore.google.com/detail/godard-it/dighaiglpabhbdchbmjpnafmmdhfcoda |
| Descrizione | French new wave-ify a page |
| Dimensione del File | 21.68 KB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2013-10-23 |
| Data di Pubblicazione | 2013-10-23 |
| Sviluppatore | Alex Myers |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://alexmyers.info |
| Lingue Supportate | 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
}
} | |