Poppy Tab

The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.

Что такое Poppy Tab?

Poppy Tab - это расширение Chrome, разработанное Smirky, и его основная функция - "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get the funniest new videos, memes, GIFs, and images from around the internet every time you open a new tab. Quickly share links to your favorite posts.                    

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

Название Poppy Tab Poppy Tab
ID fgdgkpncneamgaepbkdknjkdmchkkagf
Официальный URL https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf
Описание The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Размер файла 2.25 MB
Количество установок 14
Текущая Версия 0.2.0
Последнее Обновление 2016-01-12
Дата публикации 2016-01-12
Рейтинг 5.00/5 Всего 12 оценок
Разработчик Smirky
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poppy Tab",
    "short_name": "Poppy Tab",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.",
    "homepage_url": "http:\/\/poppytab.smirky.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/*.smirky.co\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}