Poppy Tab

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

What is Poppy Tab?

Poppy Tab is a Chrome extension developed by Smirky, and its main feature is "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Poppy Tab Extension CRX File

Download Poppy Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Poppy Tab Poppy Tab
ID fgdgkpncneamgaepbkdknjkdmchkkagf
Official URL https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf
Description The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
File Size 2.25 MB
Installation Count 14
Current Version 0.2.0
Last Updated 2016-01-12
Publish Date 2016-01-12
Rating 5.00/5 Total 12 Ratings
Developer Smirky
Payment Type free
Supported Languages 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"
    }
}