Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Qu'est-ce que Poppy Tab ?
Poppy Tab est une extension Chrome développée par Smirky, et sa fonction principale est "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poppy Tab
Téléchargez les fichiers d'extension Poppy Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
URL Officiel | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Description | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 14 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2016-01-12 |
Date de Publication | 2016-01-12 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | Smirky |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |