Walking in Chrome
Walking in Chrome: walked distance, clicks & wheels on the web
Qu'est-ce que Walking in Chrome ?
Walking in Chrome est une extension Chrome développée par https://mindon.appspot.com, et sa fonction principale est "Walking in Chrome: walked distance, clicks & wheels on the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Walking in Chrome
Téléchargez les fichiers d'extension Walking in Chrome 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
Find out how far you have walked on the web in Chrome, and how many clicks you've made. ( No network requests in this extension, BTW: inside Chrome Web Store, it keeps still... ) Have fun :-) using "Walking in Chrome" Any suggestion is welcome. update log, ---------------------------- v2.1 (24/3, 2011) Text updated, donate link, website link v2.0 (8/3, 2011) UI updated v1.9 (26/2, 2011) daily date sort bug fixed v1.8 (23/2, 2011) bug fixing and optimization v1.7 (16/2, 2011) fix share text bug, update scrollbar of daily distance v1.6 (25/1, 2011) optimize size and view, add animation to share icons. v1.5 (23/1, 2011) add share bar v1.3/1.4 (16/1, 2011) append mouse wheel data, providing daily history :-) v1.2 change to another API to avoid memory leak problem caused by sendRequest API. ---------------------------- Developed by Mindon Feng http://mindon.appspot.com/
Informations de Base sur l'Extension
Nom | Walking in Chrome |
ID | pacjmfodicicobdolgmgmijclblmmehf |
URL Officiel | https://chromewebstore.google.com/detail/walking-in-chrome/pacjmfodicicobdolgmgmijclblmmehf |
Description | Walking in Chrome: walked distance, clicks & wheels on the web |
Taille du Fichier | 22.48 KB |
Nombre d'Installations | 69 |
Version Actuelle | 2.5 |
Dernière Mise à Jour | 2012-10-31 |
Date de Publication | 2012-10-31 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | https://mindon.appspot.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mindon.appspot.com/ |
URL de la Page d'Aide | http://mindon.appspot.com/ |
URL de la Page de Politique de Confidentialité | https://www.pinqic.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walking in Chrome", "version": "2.5", "manifest_version": 2, "description": "Walking in Chrome: walked distance, clicks & wheels on the web", "icons": { "128": "cyber_128.png" }, "background": { "page": "cyber.html" }, "browser_action": { "default_icon": "cyber_20.png", "default_title": "Walking in Chrome: distance, clicks & wheels on the web", "default_popup": "walk.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "cyber-walk.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } |