Fetch!

Fetch a dog, anytime, anywhere!

Что такое Fetch!?

Fetch! - это расширение Chrome, разработанное Patrick Cullings, и его основная функция - "Fetch a dog, anytime, anywhere!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Fetch!

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

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

                        'Fetch!' is a Chrome extension for everyone!  Stressed, sad, or even happy, 'Fetch!' has got your back.  On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser.  Get a dog from a random breed, or from one of the breeds offered in the dropdown.  Once you've had your fill, get back to your previous display by simply closing out of the image.

Note: Fetch! does not work in a "New Tab."  You must be in an actual webpage for Fetch! to function properly.                    

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

Название Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
Официальный URL https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
Описание Fetch a dog, anytime, anywhere!
Размер файла 106 KB
Количество установок 51
Текущая Версия 0.0.0.3
Последнее Обновление 2018-02-25
Дата публикации 2018-02-24
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Patrick Cullings
Тип оплаты free
Официальный сайт расширения https://github.com/pcullings/Fetch
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch!",
    "description": "Fetch a dog, anytime, anywhere!",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "content\/dog-icon.png",
        "default_popup": "popup.html",
        "default_title": "Fetch!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}