CookKeeper
Сохранение рецептов в один клик
Wat is CookKeeper?
CookKeeper is een Chrome-extensie ontwikkeld door https://cookkeeper.ru, en de belangrijkste functie is "Сохранение рецептов в один клик".
Extensie Screenshots
Download het CRX-bestand van de extensie CookKeeper
Download CookKeeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Сохраняйте понравившиеся рецепты с популярных кулинарных сайтов в один клик! ВАША ЛИЧНАЯ КУЛИНАРНАЯ КНИГА - все ваши рецепты хранятся в одном месте на сайте https://cookkeeper.ru/ - рецепты не потеряются: мы надежно храним их на своем сервере - удобный доступ с любых мобильных устройств - и наконец, сохранение рецептов с кулинарных сайтов в один клик с помощью этого расширения. Количество поддерживаемых сайтов постоянно увеличивается!
Basisinformatie over de Extensie
Naam | |
ID | ajnhgjghhmomnpebailppcnpmnbmdgmj |
Officiële URL | https://chromewebstore.google.com/detail/cookkeeper/ajnhgjghhmomnpebailppcnpmnbmdgmj |
Beschrijving | Сохранение рецептов в один клик |
Bestandsgrootte | 79.6 KB |
Aantal Installaties | 274 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-09-05 |
Publicatiedatum | 2018-05-27 |
Ontwikkelaar | https://cookkeeper.ru |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cookkeeper.ru/plugin/ |
Ondersteunde Talen | 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" } } |