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…

Co to jest This trap drives me crazy!?

This trap drives me crazy! to rozszerzenie Chrome opracowane przez François Beaufort, a jego główną funkcją jest „This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia This trap drives me crazy!

Pobierz pliki rozszerzeń This trap drives me crazy! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Oficjalny URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Opis This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Rozmiar pliku 42.45 KB
Liczba instalacji 26
Aktualna Wersja 3
Ostatnia Aktualizacja 2012-10-14
Data Publikacji 2012-10-14
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper François Beaufort
Typ Płatności free
Adres URL Strony Pomocy https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Obsługiwane Języki 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
}