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…

Was ist This trap drives me crazy!?

This trap drives me crazy! ist eine Chrome-Erweiterung, die von François Beaufort entwickelt wurde, und ihr Hauptmerkmal ist "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Erweiterungsscreenshots

screenshot

This trap drives me crazy!-Erweiterungs-CRX-Datei herunterladen

Laden Sie This trap drives me crazy!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Offizielle URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Beschreibung This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Dateigröße 42.45 KB
Installationsanzahl 26
Aktuelle Version 3
Letztes Update 2012-10-14
Veröffentlichungsdatum 2012-10-14
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler François Beaufort
Zahlungsart free
Hilfeseite URL https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Unterstützte Sprachen 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
}