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