Godard It

French new wave-ify a page

Godard It là gì?

Godard It là một tiện ích mở rộng Chrome được phát triển bởi Alex Myers, và tính năng chính của nó là "French new wave-ify a page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Godard It

Tải xuống các tệp mở rộng Godard It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Godard It Godard It
ID dighaiglpabhbdchbmjpnafmmdhfcoda
URL Chính Thức https://chromewebstore.google.com/detail/godard-it/dighaiglpabhbdchbmjpnafmmdhfcoda
Mô tả French new wave-ify a page
Kích Thước Tệp 21.68 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-10-23
Ngày Phát Hành 2013-10-23
Nhà Phát Triển Alex Myers
Loại Thanh Toán free
Trang Web Mở Rộng http://alexmyers.info
Ngôn Ngữ Được Hỗ Trợ 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
    }
}