CookKeeper

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

Cos'è CookKeeper?

CookKeeper è un'estensione di Chrome sviluppata da https://cookkeeper.ru, e la sua funzione principale è "Сохранение рецептов в один клик".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CookKeeper

Scarica i file di estensione CookKeeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome CookKeeper CookKeeper
ID ajnhgjghhmomnpebailppcnpmnbmdgmj
URL Ufficiale https://chromewebstore.google.com/detail/cookkeeper/ajnhgjghhmomnpebailppcnpmnbmdgmj
Descrizione Сохранение рецептов в один клик
Dimensione del File 79.6 KB
Conteggio Installazioni 274
Versione Corrente 1.4
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2018-05-27
Sviluppatore https://cookkeeper.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cookkeeper.ru/plugin/
Lingue Supportate 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"
    }
}