IngredientsPls
Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Was ist IngredientsPls?
IngredientsPls ist eine Chrome-Erweiterung, die von luisbe090 entwickelt wurde, und ihr Hauptmerkmal ist "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".
Erweiterungsscreenshots
IngredientsPls-Erweiterungs-CRX-Datei herunterladen
Laden Sie IngredientsPls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oneciohcifkojengdlfjljlhjnjcfmnd |
| Offizielle URL | https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd |
| Beschreibung | Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com. |
| Dateigröße | 27.38 KB |
| Installationsanzahl | 65 |
| Aktuelle Version | 0.0.0.3 |
| Letztes Update | 2020-12-26 |
| Veröffentlichungsdatum | 2020-12-17 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | luisbe090 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |