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…

Hvad er This trap drives me crazy!?

This trap drives me crazy! er en Chrome-udvidelse udviklet af François Beaufort, og dens hovedfunktion er "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Udvidelsesskærmbilleder

screenshot

Download This trap drives me crazy!-udvidelses-CRX-fil

Download This trap drives me crazy!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Officiel URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Beskrivelse This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Filstørrelse 42.45 KB
Antal Installationer 26
Nuværende Version 3
Senest Opdateret 2012-10-14
Udgivelsesdato 2012-10-14
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler François Beaufort
Betalingsmetode free
Hjælpeside-URL https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Understøttede Sprog 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
}