Poppy Tab
The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.
ما هو Poppy Tab؟
Poppy Tab هو إضافة Chrome تم تطويرها بواسطة Smirky، والميزة الرئيسية لها هي "The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Poppy Tab
قم بتنزيل ملفات الامتداد Poppy Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | fgdgkpncneamgaepbkdknjkdmchkkagf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/poppy-tab/fgdgkpncneamgaepbkdknjkdmchkkagf |
الوصف | The funniest images, videos, and GIFs from sites like Reddit, 9GAG, and Instagram. |
حجم الملف | 2.25 MB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2016-01-12 |
تاريخ النشر | 2016-01-12 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | Smirky |
نوع الدفع | free |
اللغات المدعومة | 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" } } |