IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Τι είναι το IngredientsPls;
Το IngredientsPls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον luisbe090, και η κύρια λειτουργία του είναι "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IngredientsPls
Λήψη αρχείων επέκτασης IngredientsPls σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
Επίσημο URL | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Περιγραφή | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Μέγεθος Αρχείου | 27.38 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2020-12-26 |
Ημερομηνία Δημοσίευσης | 2020-12-17 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | luisbe090 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |