Godard It
French new wave-ify a page
What is Godard It?
Godard It is a Chrome extension developed by Alex Myers, and its main feature is "French new wave-ify a page".
Extension Screenshots
Download Godard It Extension CRX File
Download Godard It 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
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
Extension Basic Information
Name | Godard It |
ID | dighaiglpabhbdchbmjpnafmmdhfcoda |
Official URL | https://chromewebstore.google.com/detail/godard-it/dighaiglpabhbdchbmjpnafmmdhfcoda |
Description | French new wave-ify a page |
File Size | 21.68 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2013-10-23 |
Publish Date | 2013-10-23 |
Developer | Alex Myers |
Payment Type | free |
Extension Website | http://alexmyers.info |
Supported Languages | 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 } } |