Clippy 2: Revenge of the Clip

Finally, Clippy comes to Chrome! Get help browsing the web.

Что такое Clippy 2: Revenge of the Clip?

Clippy 2: Revenge of the Clip - это расширение Chrome, разработанное frausto, и его основная функция - "Finally, Clippy comes to Chrome! Get help browsing the web.".

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

screenshot
screenshot

Скачать файл CRX расширения Clippy 2: Revenge of the Clip

Скачайте файлы расширений Clippy 2: Revenge of the Clip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Have you ever been browsing the web and thought to yourself: "This is too easy and completely not something I need help with... If only I had Clippy while browsing the web to try to help me!"

Neither have I. But here it is anyway.

* Does clippy do anything useful? No.

* Is he condescending for no reason? Yes.

* Is the plugin performant or optimized in any way? Of course not.

* Will it possibly crash your browser and cause things to break. Almost certainly.

Finally, Clippy for chrome!                    

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

Название Clippy 2: Revenge of the Clip Clippy 2: Revenge of the Clip
ID ioideobcfemcedhabcggofbnbbmoahfn
Официальный URL https://chrome.google.com/webstore/detail/clippy-2-revenge-of-the-c/ioideobcfemcedhabcggofbnbbmoahfn
Описание Finally, Clippy comes to Chrome! Get help browsing the web.
Размер файла 1.52 MB
Количество установок 420
Текущая Версия 1.2
Последнее Обновление 2014-06-04
Дата публикации 2014-06-04
Рейтинг 4.06/5 Всего 51 оценок
Разработчик frausto
Тип оплаты free
Официальный сайт расширения http://www.fraustollc.com/blog/clippy_two/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clippy 2: Revenge of the Clip",
    "short_name": "Clippy",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Finally, Clippy comes to Chrome! Get help browsing the web.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "clippy-revenge.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "clippy.css"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "clippy.js",
                "sounds-mp3.js",
                "agent.js",
                "clippy-revenge-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "map.png"
    ]
}