AWS Services
AWS Services Index
ما هو AWS Services؟
AWS Services هو إضافة Chrome تم تطويرها بواسطة nire0510، والميزة الرئيسية لها هي "AWS Services Index".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AWS Services
قم بتنزيل ملفات الامتداد AWS Services بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Access AWS services at a glance. A complete searchable services list, organized in categories and a short description to help you choose the right tool.
معلومات أساسية عن التمديد
الاسم | AWS Services |
ID | jdkmpaoglhnpimfciphnednpkfbnphkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aws-services/jdkmpaoglhnpimfciphnednpkfbnphkp |
الوصف | AWS Services Index |
حجم الملف | 346 KB |
عدد التثبيتات | 229 |
النسخة الحالية | 1.38.0 |
آخر تحديث | 2021-08-15 |
تاريخ النشر | 2019-01-15 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | nire0510 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Services", "version": "1.38.0", "description": "AWS Services Index", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_title": "AWS Services", "default_popup": "index.html" }, "author": "Nir Elbaz", "content_security_policy": "script-src 'self'; object-src 'self'" } |