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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย François Beaufort และคุณลักษณะหลักของมันคือ "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย This trap drives me crazy!

ดาวน์โหลดไฟล์ส่วนขยาย 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
}