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…

¿Qué es This trap drives me crazy!?

This trap drives me crazy! es una extensión de Chrome desarrollada por François Beaufort, y su función principal es "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión This trap drives me crazy!

Descarga archivos de extensión This trap drives me crazy! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
URL Oficial https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Descripción This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Tamaño del Archivo 42.45 KB
Cantidad de Instalaciones 26
Versión Actual 3
Última Actualización 2012-10-14
Fecha de Publicación 2012-10-14
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador François Beaufort
Tipo de Pago free
URL de la Página de Ayuda https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Idiomas Soportados 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
}