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
    }
}