Pingler
Ping any page you are on by clicking on the icon in your browser
Qu'est-ce que Pingler ?
Pingler est une extension Chrome développée par https://pingler.com, et sa fonction principale est "Ping any page you are on by clicking on the icon in your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pingler
Téléchargez les fichiers d'extension Pingler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pingler |
ID | odgiehjnopebofbjkgdjenflakfaahnm |
URL Officiel | https://chromewebstore.google.com/detail/pingler/odgiehjnopebofbjkgdjenflakfaahnm |
Description | Ping any page you are on by clicking on the icon in your browser |
Taille du Fichier | 151 KB |
Nombre d'Installations | 3,197 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2015-11-18 |
Date de Publication | 2015-11-18 |
Évaluation | 3.79/5 Total 29 Évaluations |
Développeur | https://pingler.com |
Type de Paiement | free |
Site Web de l'Extension | http://pingler.com |
URL de la Page d'Aide | http://pingler.com/helpdesk/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |