Zoom for Twitter®
Allows for zooming of images on twitter®
ما هو Zoom for Twitter®؟
Zoom for Twitter® هو إضافة Chrome تم تطويرها بواسطة Olumide، والميزة الرئيسية لها هي "Allows for zooming of images on twitter®".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zoom for Twitter®
قم بتنزيل ملفات الامتداد Zoom for Twitter® بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Updated to work with the new twitter layout! This extension allows you to zoom-in on twitter gallery pictures and photos. It allows you to zoom-in up to 50 times the current size. The level of zoom is controlled by scrolling in the zoomed picture.
معلومات أساسية عن التمديد
الاسم | Zoom for Twitter® |
ID | nnpfigodphdaapfmkbgmkljndjckkegk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk |
الوصف | Allows for zooming of images on twitter® |
حجم الملف | 38.42 KB |
عدد التثبيتات | 2,544 |
النسخة الحالية | 2.0.0.1 |
آخر تحديث | 2020-04-14 |
تاريخ النشر | 2020-04-08 |
تقييم | 3.60/5 مجموع تقييمات 20 |
المطور | Olumide |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "zoom.js" ], "css": [ "css\/zoom.css" ], "matches": [ "*:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "Allows for zooming of images on twitter\u00ae", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Zoom for Twitter\u00ae", "short_name": "Zoom", "version": "2.0.0.1" } |