Ping
This extension pings web sites!
Co to jest Ping?
Ping to rozszerzenie Chrome opracowane przez true.master.yoda, a jego główną funkcją jest „This extension pings web sites!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ping
Pobierz pliki rozszerzeń Ping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Ping |
ID | cgopjgigkebmoobiijhnkdljjehckcpg |
Oficjalny URL | https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg |
Opis | This extension pings web sites! |
Rozmiar pliku | 159 KB |
Liczba instalacji | 3,604 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2015-09-15 |
Data Publikacji | 2015-09-15 |
Ocena | 4.10/5 Łącznie 10 Oceny |
Deweloper | true.master.yoda |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ArtemSyromiatnikov/cr-ext-ping/ |
Adres URL Strony Pomocy | https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues |
Obsługiwane Języki | 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", "*:\/\/*\/" ] } |