WrapAPI
Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com
ما هو WrapAPI؟
WrapAPI هو إضافة Chrome تم تطويرها بواسطة https://wrapapi.com، والميزة الرئيسية لها هي "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WrapAPI
قم بتنزيل ملفات الامتداد WrapAPI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For more details, visit https://wrapapi.com WrapAPI is a tool to build APIs on top of any existing website, to scrape and extract data or to automate processes. The days of using Chrome DevTools' Network tab or Charles Proxy are over! Visit our website at https://wrapapi.com to learn more.
معلومات أساسية عن التمديد
الاسم | WrapAPI |
ID | fmnddkfmloenccahfiaflnkpngndkafm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wrapapi/fmnddkfmloenccahfiaflnkpngndkafm |
الوصف | Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com |
حجم الملف | 5.53 MB |
عدد التثبيتات | 2,596 |
النسخة الحالية | 2.2.2 |
آخر تحديث | 2022-09-06 |
تاريخ النشر | 2018-05-21 |
تقييم | 4.50/5 مجموع تقييمات 12 |
المطور | https://wrapapi.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WrapAPI", "version": "2.2.2", "description": "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http:\/\/wrapapi.com", "icons": { "32": "assets\/icon32.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" }, "action": { "default_title": "Open WrapAPI", "default_icon": "assets\/icon32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.wrapapi.com\/*" ], "js": [ "installed.js" ] } ], "background": { "service_worker": "js\/background.js" }, "devtools_page": "devtools.html", "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/wrapapi.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3 } |