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…

Vad är This trap drives me crazy!?

This trap drives me crazy! är en Chrome-tillägg utvecklad av François Beaufort, och dess huvudfunktion är "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Tilläggsskärmbilder

screenshot

Ladda ner This trap drives me crazy!-förlängningens CRX-fil

Ladda ner This trap drives me crazy!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Officiell webbadress https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Beskrivning This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Filstorlek 42.45 KB
Antal Installationer 26
Aktuell Version 3
Senast Uppdaterad 2012-10-14
Publiceringsdatum 2012-10-14
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare François Beaufort
Betalningssätt free
Hjälpsida URL https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Stödda Språk 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
}