BetterRecipes
Improve your AllRecipes Experience
Что такое BetterRecipes?
BetterRecipes - это расширение Chrome, разработанное agfaulkner, и его основная функция - "Improve your AllRecipes Experience".
Снимки экрана расширения
Скачать файл CRX расширения BetterRecipes
Скачайте файлы расширений BetterRecipes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. Click the serving tray icon to download a simple text version of the recipe.
Основная информация о расширении
Название | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
Официальный URL | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
Описание | Improve your AllRecipes Experience |
Размер файла | 14.38 KB |
Количество установок | 24 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2019-04-15 |
Дата публикации | 2019-04-15 |
Разработчик | agfaulkner |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterRecipes", "version": "1.0.3", "description": "Improve your AllRecipes Experience", "content_scripts": [ { "matches": [ "https:\/\/www.allrecipes.com\/recipe\/*" ], "js": [ "BetterRecipes.js" ] } ], "page_action": { "default_icon": "\/icons\/tray.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "downloads" ] } |