Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Hvad er Poppy Tab?
Poppy Tab er en Chrome-udvidelse udviklet af Smirky, og dens hovedfunktion er "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
Udvidelsesskærmbilleder
Download Poppy Tab-udvidelses-CRX-fil
Download Poppy Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
Officiel URL | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Beskrivelse | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Filstørrelse | 2.25 MB |
Antal Installationer | 14 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2016-01-12 |
Udgivelsesdato | 2016-01-12 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | Smirky |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |