This trap drives me crazy!

This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…

This trap drives me crazy!とは何ですか?

This trap drives me crazy!はFrançois Beaufortによって開発されたChromeの拡張機能で、その主な機能は「This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…」です。

拡張機能のスクリーンショット

screenshot

This trap drives me crazy!拡張機能のCRXファイルをダウンロード

This trap drives me crazy!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is there to upset your non developer friends and coworkers.
It basically replaces the content of any webpage by a screenshot of the same webpage. Funny? Go give it a try! 


----------------------

Changelog:

3:
- Fixed bug when tab is not active thanks to Artem and Kevin.

2:
- Change image quality from jpeg to png thanks to Samuel                    

拡張機能の基本情報

名前 This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
公式URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
説明 This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
ファイルサイズ 42.45 KB
インストール数 26
現在のバージョン 3
最終更新日 2012-10-14
公開日 2012-10-14
評価 4.00/5 合計 5 レビュー
開発者 François Beaufort
支払い方法 free
ヘルプページのURL https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "This trap drives me crazy!",
    "version": "3",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "manifest_version": 2
}