CookKeeper

Сохранение рецептов в один клик

What is CookKeeper?

CookKeeper is a Chrome extension developed by https://cookkeeper.ru, and its main feature is "Сохранение рецептов в один клик".

Extension Screenshots

screenshot
screenshot
screenshot

Download CookKeeper Extension CRX File

Download CookKeeper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Сохраняйте понравившиеся рецепты с популярных кулинарных сайтов в один клик!

ВАША ЛИЧНАЯ КУЛИНАРНАЯ КНИГА
- все ваши рецепты хранятся в одном месте на сайте https://cookkeeper.ru/
- рецепты не потеряются: мы надежно храним их на своем сервере
- удобный доступ с любых мобильных устройств
- и наконец, сохранение рецептов с кулинарных сайтов в один клик с помощью этого расширения. Количество поддерживаемых сайтов постоянно увеличивается!                    

Extension Basic Information

Name CookKeeper CookKeeper
ID ajnhgjghhmomnpebailppcnpmnbmdgmj
Official URL https://chromewebstore.google.com/detail/cookkeeper/ajnhgjghhmomnpebailppcnpmnbmdgmj
Description Сохранение рецептов в один клик
File Size 79.6 KB
Installation Count 274
Current Version 1.4
Last Updated 2022-09-05
Publish Date 2018-05-27
Developer https://cookkeeper.ru
Email [email protected]
Payment Type free
Extension Website https://cookkeeper.ru/plugin/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CookKeeper",
    "version": "1.4",
    "manifest_version": 2,
    "description": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0440\u0435\u0446\u0435\u043f\u0442\u043e\u0432 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/cookkeeper.ru\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0446\u0435\u043f\u0442 \u0432 CookKeeper",
        "default_icon": "images\/icon.png"
    }
}