Test the Rest!
Test the Rest.
ما هو Test the Rest!؟
Test the Rest! هو إضافة Chrome تم تطويرها بواسطة Vishal Joshi، والميزة الرئيسية لها هي "Test the Rest.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Test the Rest!
قم بتنزيل ملفات الامتداد Test the Rest! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Test the JSON based rest service
معلومات أساسية عن التمديد
الاسم | Test the Rest! |
ID | hafejdjagmngcemaehbepdflkmmcmjbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi |
الوصف | Test the Rest. |
حجم الملف | 808 KB |
عدد التثبيتات | 93 |
النسخة الحالية | 0.22.1 |
آخر تحديث | 2015-12-08 |
تاريخ النشر | 2015-12-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Vishal Joshi |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Test the Rest!", "description": "Test the Rest.", "version": "0.22.1", "author": "Vishal Joshi", "manifest_version": 2, "browser_action": { "default_icon": "testTheRest_128_128.png", "default_popup": "popup.html", "default_title": "Test the Rest." }, "icons": { "16": "testTheRest-16_16.png", "48": "testTheRest-48_48.png", "128": "testTheRest_128_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "http:\/\/*\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |