server-spy
all about the server
ما هو server-spy؟
server-spy هو إضافة Chrome تم تطويرها بواسطة 马云腾، والميزة الرئيسية لها هي "all about the server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة server-spy
قم بتنزيل ملفات الامتداد server-spy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
show server response headers show server ip show QR code for current url
معلومات أساسية عن التمديد
الاسم | server-spy |
ID | mcgbfbichapcffmamnmgcobomdpgeagf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
الوصف | all about the server |
حجم الملف | 59.55 KB |
عدد التثبيتات | 258 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-10-09 |
تاريخ النشر | 2016-10-08 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | 马云腾 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/100apps/ServerSpy |
عنوان صفحة المساعدة | https://github.com/100apps/ServerSpy/issues |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "all about the server", "manifest_version": 2, "name": "server-spy", "version": "1.1", "homepage_url": "https:\/\/github.com\/100apps\/ServerSpy", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/[email protected]", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "spy", "default_popup": "popup\/server_detail.html" } } |