Copy Me That
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
O que é Copy Me That?
Copy Me That é uma extensão do Chrome desenvolvida por https://www.copymethat.com, e sua principal característica é "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy Me That
Baixe arquivos de extensão Copy Me That no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in one location. Edit copied recipes or add your own. Organize with tags. Add recipes to your shopping list and cross items off when you're in the supermarket. Plan meals with the meal planner. Share your recipes and get inspired by others.
Informações Básicas da Extensão
Nome | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
URL Oficial | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
Descrição | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
Tamanho do Arquivo | 28.18 KB |
Contagem de Instalações | 60,771 |
Versão Atual | 1.2.3 |
Última Atualização | 2022-11-03 |
Data de Publicação | 2020-03-27 |
Classificação | 4.70/5 Total de 94 Avaliações |
Desenvolvedor | https://www.copymethat.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.copymethat.com |
URL da Página de Ajuda | https://www.copymethat.com/contact/ |
URL da Página de Política de Privacidade | https://www.copymethat.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Me That", "version": "1.2.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/button.copymethat.com\/*", "contextMenus", "cookies" ], "browser_action": { "name": "Copy me that!", "default_icon": "icon.png" }, "web_accessible_resources": [ "exists.gif", "spinner_25.gif" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |