IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Co to jest IngredientsPls?
IngredientsPls to rozszerzenie Chrome opracowane przez luisbe090, a jego główną funkcją jest „Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IngredientsPls
Pobierz pliki rozszerzeń IngredientsPls w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oneciohcifkojengdlfjljlhjnjcfmnd |
Oficjalny URL | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
Opis | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
Rozmiar pliku | 27.38 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 0.0.0.3 |
Ostatnia Aktualizacja | 2020-12-26 |
Data Publikacji | 2020-12-17 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | luisbe090 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |