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! là gì?

This trap drives me crazy! là một tiện ích mở rộng Chrome được phát triển bởi François Beaufort, và tính năng chính của nó là "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng This trap drives me crazy!

Tải xuống các tệp mở rộng This trap drives me crazy! 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

                        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                    

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

Tên This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
URL Chính Thức https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Mô tả This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Kích Thước Tệp 42.45 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2012-10-14
Ngày Phát Hành 2012-10-14
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển François Beaufort
Loại Thanh Toán free
URL Trang Trợ Giúp https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Ngôn Ngữ Được Hỗ Trợ 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
}