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…

Что такое This trap drives me crazy!?

This trap drives me crazy! - это расширение Chrome, разработанное François Beaufort, и его основная функция - "This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения This trap drives me crazy!

Скачайте файлы расширений This trap drives me crazy! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название This trap drives me crazy! This trap drives me crazy!
ID obdkjnmippadccjpbmdnbmloaagnockf
Официальный URL https://chrome.google.com/webstore/detail/this-trap-drives-me-crazy/obdkjnmippadccjpbmdnbmloaagnockf
Описание This extension is there to upset your non developer friends and coworkers. It basically replaces the content of any webpage by a…
Размер файла 42.45 KB
Количество установок 26
Текущая Версия 3
Последнее Обновление 2012-10-14
Дата публикации 2012-10-14
Рейтинг 4.00/5 Всего 5 оценок
Разработчик François Beaufort
Тип оплаты free
URL страницы помощи https://plus.google.com/100132233764003563318/posts/itWmFzFDvTk
Поддерживаемые языки 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
}