Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Cos'è Poppy Tab?
Poppy Tab è un'estensione di Chrome sviluppata da Smirky, e la sua funzione principale è "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poppy Tab
Scarica i file di estensione Poppy Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
URL Ufficiale | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Descrizione | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Dimensione del File | 2.25 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2016-01-12 |
Data di Pubblicazione | 2016-01-12 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Smirky |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |