MyFitnessPal Food Add page merger
All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F
Qu'est-ce que MyFitnessPal Food Add page merger ?
MyFitnessPal Food Add page merger est une extension Chrome développée par Tibod, et sa fonction principale est "All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyFitnessPal Food Add page merger
Téléchargez les fichiers d'extension MyFitnessPal Food Add page merger 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
Informations de Base sur l'Extension
Nom | MyFitnessPal Food Add page merger |
ID | cojoehklackcdgmondmejjedbpcnhiam |
URL Officiel | https://chromewebstore.google.com/detail/myfitnesspal-food-add-pag/cojoehklackcdgmondmejjedbpcnhiam |
Description | All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F |
Taille du Fichier | 33.23 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-11-23 |
Date de Publication | 2016-11-23 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Tibod |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyFitnessPal Food Add page merger", "description": "All 4 food add pages will now be summarized into one page. And it will easier to search for then with CTRL+F", "version": "1.3", "content_scripts": [ { "matches": [ "http:\/\/www.myfitnesspal.com\/user\/*\/diary\/add*", "http:\/\/www.myfitnesspal.com\/food\/add_to_diary*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "permissions": [ " |