Poppy Tab

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

什麼是Poppy Tab?

Poppy Tab是由Smirky開發的Chrome擴展程式,該擴展的主要功能是“The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Poppy Tab擴展crx文件

下載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
官方網址 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"
    }
}