Where's the Cheese?

Tracking your mouse's movement

Что такое Where's the Cheese??

Where's the Cheese? - это расширение Chrome, разработанное Channing Pear, и его основная функция - "Tracking your mouse's movement".

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

screenshot
screenshot

Скачать файл CRX расширения Where's the Cheese?

Скачайте файлы расширений Where's the Cheese? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                                            

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

Название Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
Официальный URL https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
Описание Tracking your mouse's movement
Размер файла 3.77 MB
Количество установок 206
Текущая Версия 1.0.5
Последнее Обновление 2015-10-10
Дата публикации 2015-10-10
Рейтинг 4.71/5 Всего 7 оценок
Разработчик Channing Pear
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's the Cheese?",
    "description": "Tracking your mouse's movement",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.11.2.js",
                "scripts\/page_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}