IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Vad är IngredientsPls?
IngredientsPls är en Chrome-tillägg utvecklad av luisbe090, och dess huvudfunktion är "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".
Tilläggsskärmbilder
Ladda ner IngredientsPls-förlängningens CRX-fil
Ladda ner IngredientsPls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
Officiell webbadress | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Beskrivning | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Filstorlek | 27.38 KB |
Antal Installationer | 65 |
Aktuell Version | 0.0.0.3 |
Senast Uppdaterad | 2020-12-26 |
Publiceringsdatum | 2020-12-17 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | luisbe090 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |