IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Co je IngredientsPls?
IngredientsPls je rozšíření Chrome vyvinuté luisbe090, a jeho hlavní funkcí je „Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IngredientsPls
Stáhněte si soubory rozšíření IngredientsPls ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
Oficiální URL | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Popis | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Velikost souboru | 27.38 KB |
Počet instalací | 65 |
Aktuální Verze | 0.0.0.3 |
Poslední Aktualizace | 2020-12-26 |
Datum Vydání | 2020-12-17 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | luisbe090 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |