IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Qu'est-ce que IngredientsPls ?
IngredientsPls est une extension Chrome développée par luisbe090, et sa fonction principale est "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IngredientsPls
Téléchargez les fichiers d'extension IngredientsPls 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
Scrolls to the recipe part of a food blog site, skipping the wordy and often redundant exposition. Can be configured to automatically scroll on page visit. Works for sites like: - Serious Eats - Food Network - Food52 - Epicurious - AllRecipes and so many other food sites and blogs!
Informations de Base sur l'Extension
Nom | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
URL Officiel | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Description | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Taille du Fichier | 27.38 KB |
Nombre d'Installations | 65 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2020-12-26 |
Date de Publication | 2020-12-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | luisbe090 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IngredientsPls", "version": "0.0.0.3", "description": "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "IngredientsPls", "default_popup": "popup\/popup_default.html", "default_icon": { "16": "images\/fried-16.png", "32": "images\/fried-32.png", "48": "images\/fried-64.png", "128": "images\/fried-128.png" } }, "icons": { "16": "images\/fried-16.png", "32": "images\/fried-32.png", "48": "images\/fried-64.png", "128": "images\/fried-128.png" } } |