Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Vad är Poppy Tab?
Poppy Tab är en Chrome-tillägg utvecklad av Smirky, och dess huvudfunktion är "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
Tilläggsskärmbilder
Ladda ner Poppy Tab-förlängningens CRX-fil
Ladda ner Poppy Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
Officiell webbadress | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Beskrivning | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Filstorlek | 2.25 MB |
Antal Installationer | 14 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2016-01-12 |
Publiceringsdatum | 2016-01-12 |
Betyg | 5.00/5 Totalt 12 Betyg |
Utvecklare | Smirky |
Betalningssätt | free |
Stödda Språk | 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" } } |