Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Apa itu Poppy Tab?
Poppy Tab adalah ekstensi Chrome yang dikembangkan oleh Smirky, dan fitur utamanya adalah "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Poppy Tab
Unduh file ekstensi Poppy Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
URL Resmi | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Deskripsi | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Ukuran File | 2.25 MB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2016-01-12 |
Tanggal Publikasi | 2016-01-12 |
Penilaian | 5.00/5 Total 12 Penilaian |
Pengembang | Smirky |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |