Enlarger
Enlarger helps you enlarge and shrink text blocks, videos, images and more
ما هو Enlarger؟
Enlarger هو إضافة Chrome تم تطويرها بواسطة Steve Green، والميزة الرئيسية لها هي "Enlarger helps you enlarge and shrink text blocks, videos, images and more".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enlarger
قم بتنزيل ملفات الامتداد Enlarger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enlarger helps you to enlarge and shrink text blocks, videos, images and more. Enlarger lets you control every element's size separately in any website you visit - easily and intuitively. Features: - Shrink - Enlarge - Cool animations - Reset all changes made - Control elements separately Start enlarging now!
معلومات أساسية عن التمديد
الاسم | |
ID | iligolpooaapomjpkgephfeoiihnoocm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/enlarger/iligolpooaapomjpkgephfeoiihnoocm |
الوصف | Enlarger helps you enlarge and shrink text blocks, videos, images and more |
حجم الملف | 29.21 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2014-09-10 |
تاريخ النشر | 2014-09-10 |
تقييم | 2.60/5 مجموع تقييمات 5 |
المطور | Steve Green |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enlarger", "short_name": "Enlarger - Enlarge The Web", "description": "Enlarger helps you enlarge and shrink text blocks, videos, images and more", "author": "Saar Ofek", "version": "1.2.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "BackgroundScript.js" ], "persistent": true }, "web_accessible_resources": [ "\/images\/Refresh.png" ], "browser_action": { "default_locale": "en", "default_icon": "Enlarge.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |