Ping
This extension pings web sites!
ما هو Ping؟
Ping هو إضافة Chrome تم تطويرها بواسطة true.master.yoda، والميزة الرئيسية لها هي "This extension pings web sites!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ping
قم بتنزيل ملفات الامتداد Ping بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple extension allows you to ping your favorite websites. Single click to know availability and response time of any web resource! As simple as that. Enjoy! Changelog - v0.5 - Background worker and Chrome notifications - v0.4 - JSON Import/Export - v0.3.1 - First version!
معلومات أساسية عن التمديد
الاسم | Ping |
ID | cgopjgigkebmoobiijhnkdljjehckcpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg |
الوصف | This extension pings web sites! |
حجم الملف | 159 KB |
عدد التثبيتات | 3,604 |
النسخة الحالية | 0.5 |
آخر تحديث | 2015-09-15 |
تاريخ النشر | 2015-09-15 |
تقييم | 4.10/5 مجموع تقييمات 10 |
المطور | true.master.yoda |
نوع الدفع | free |
موقع الإضافة | https://github.com/ArtemSyromiatnikov/cr-ext-ping/ |
عنوان صفحة المساعدة | https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ping", "description": "This extension pings web sites!", "version": "0.5", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "bgIndex.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "index.html" }, "permissions": [ "notifications", "*:\/\/*\/" ] } |