Pingler
Ping any page you are on by clicking on the icon in your browser
¿Qué es Pingler?
Pingler es una extensión de Chrome desarrollada por https://pingler.com, y su función principal es "Ping any page you are on by clicking on the icon in your browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pingler
Descarga archivos de extensión Pingler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This Add-on is an excellent way for you to ping any page on-the-fly. If you are on a page and want to Ping it, just click on the Pingler icon in your Chrome browser and the URL of the page will be sent to Pingler and pinged automatically for you.
Información Básica de la Extensión
Nombre | Pingler |
ID | odgiehjnopebofbjkgdjenflakfaahnm |
URL Oficial | https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm |
Descripción | Ping any page you are on by clicking on the icon in your browser |
Tamaño del Archivo | 151 KB |
Cantidad de Instalaciones | 3,197 |
Versión Actual | 1.5.0 |
Última Actualización | 2015-11-18 |
Fecha de Publicación | 2015-11-18 |
Calificación | 3.79/5 Total de 29 Calificaciones |
Desarrollador | https://pingler.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://pingler.com |
URL de la Página de Ayuda | http://pingler.com/helpdesk/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pingler", "version": "1.5.0", "icons": { "16": "img\/Icon16x16.png", "19": "img\/Icon19x19.png", "48": "img\/Icon48x48.png", "128": "img\/Icon128x128.png" }, "description": "Ping any page you are on by clicking on the icon in your browser", "browser_action": { "default_title": "Press to see more actions", "default_icon": "img\/Icon19x19.png" }, "options_page": "options\/options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.6.1.min.js", "js\/popup.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |