Ping
This extension pings web sites!
Vad är Ping?
Ping är en Chrome-tillägg utvecklad av true.master.yoda, och dess huvudfunktion är "This extension pings web sites!".
Tilläggsskärmbilder
Ladda ner Ping-förlängningens CRX-fil
Ladda ner Ping-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Ping |
ID | cgopjgigkebmoobiijhnkdljjehckcpg |
Officiell webbadress | https://chromewebstore.google.com/detail/ping/cgopjgigkebmoobiijhnkdljjehckcpg |
Beskrivning | This extension pings web sites! |
Filstorlek | 159 KB |
Antal Installationer | 3,604 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2015-09-15 |
Publiceringsdatum | 2015-09-15 |
Betyg | 4.10/5 Totalt 10 Betyg |
Utvecklare | true.master.yoda |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ArtemSyromiatnikov/cr-ext-ping/ |
Hjälpsida URL | https://github.com/ArtemSyromiatnikov/cr-ext-ping/issues |
Stödda Språk | 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", "*:\/\/*\/" ] } |