Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
Co to jest Poppy Tab?
Poppy Tab to rozszerzenie Chrome opracowane przez Smirky, a jego główną funkcją jest „The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Poppy Tab
Pobierz pliki rozszerzeń Poppy Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
Oficjalny URL | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
Opis | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
Rozmiar pliku | 2.25 MB |
Liczba instalacji | 14 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2016-01-12 |
Data Publikacji | 2016-01-12 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | Smirky |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |