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 |
ID | dighaiglpabhbdchbmjpnafmmdhfcoda |
官方網址 | 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 } } |