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"
}
} | |