Godard It

French new wave-ify a page

什么是Godard It?

Godard It是由Alex Myers开发的Chrome扩展程序,该扩展的主要功能是“French new wave-ify a page”。

扩展截图

下载Godard It扩展crx文件

下载Godard It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Godard It Godard It
ID dighaiglpabhbdchbmjpnafmmdhfcoda
官方URL https://chromewebstore.google.com/detail/godard-it/dighaiglpabhbdchbmjpnafmmdhfcoda
简介 French new wave-ify a page
文件大小 21.68 KB
安装次数 12
当前版本 1.0
更新时间 2013-10-23
上架时间 2013-10-23
开发者 Alex Myers
付费类型 free
扩展官网 http://alexmyers.info
支持的语言 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
    }
}