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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |